Staging
v0.5.1
https://github.com/git/git
Revision 4843cdefe3f30d19c1b2cf601522152c1413459a authored by Junio C Hamano on 19 October 2017, 05:49:17 UTC, committed by Junio C Hamano on 19 October 2017, 05:49:17 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a4ebf9e
Raw File
Tip revision: 4843cdefe3f30d19c1b2cf601522152c1413459a authored by Junio C Hamano on 19 October 2017, 05:49:17 UTC
Git 2.15-rc2
Tip revision: 4843cde
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