Staging
v0.5.1
https://github.com/git/git
Revision 726cc2ba12c4573ab2e623077479c51019e1f3cd authored by Junio C Hamano on 14 August 2016, 21:48:06 UTC, committed by Junio C Hamano on 14 August 2016, 21:48:06 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2376d31
Raw File
Tip revision: 726cc2ba12c4573ab2e623077479c51019e1f3cd authored by Junio C Hamano on 14 August 2016, 21:48:06 UTC
Git 2.10-rc0
Tip revision: 726cc2b
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