https://github.com/git/git
Raw File
Tip revision: cee0c2750bb5f1b38f15ef961517e03c2e39c9ec authored by Junio C Hamano on 18 March 2014, 21:06:49 UTC
Git 1.9.1
Tip revision: cee0c27
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