Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 1f6b1afea00cdbc99114b88768aa5e617ff479df authored by Junio C Hamano on 20 March 2017, 20:17:08 UTC
Git 2.12.1
Tip revision: 1f6b1af
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