https://github.com/git/git
Raw File
Tip revision: 08f9c32463bf9e578acb7ac5f77afd36e803c6bc authored by Junio C Hamano on 12 July 2017, 22:24:15 UTC
Git 2.13.3
Tip revision: 08f9c32
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