https://github.com/git/git
Raw File
Tip revision: 3a461832c5ca4f140e41fdc34f86c90868aea33b authored by Junio C Hamano on 28 June 2013, 21:56:30 UTC
Git 1.8.3.2
Tip revision: 3a46183
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