https://github.com/git/git
Raw File
Tip revision: c490a6079021a3343ca5b042b37258858fdefbfc authored by Junio C Hamano on 25 July 2013, 02:29:07 UTC
Git 1.8.4-rc0
Tip revision: c490a60
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