Staging
v0.5.1
https://github.com/git/git
Revision 79fcbf7e703ca5805ebd46b2c7e09d0703f1c1ff authored by Junio C Hamano on 17 January 2014, 20:30:14 UTC, committed by Junio C Hamano on 17 January 2014, 20:30:14 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d98c916
Raw File
Tip revision: 79fcbf7e703ca5805ebd46b2c7e09d0703f1c1ff authored by Junio C Hamano on 17 January 2014, 20:30:14 UTC
Git 1.9-rc0
Tip revision: 79fcbf7
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