https://github.com/git/git
Raw File
Tip revision: 15999998fbda60552742275570947431b57108ae authored by Junio C Hamano on 27 December 2012, 23:57:20 UTC
Git 1.8.0.3
Tip revision: 1599999
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