https://github.com/git/git
Raw File
Tip revision: 42817b96b1b80b56fd5a4d5e0d6239524b1832a3 authored by Junio C Hamano on 30 October 2013, 19:17:47 UTC
Git 1.8.5-rc0
Tip revision: 42817b9
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top