https://github.com/git/git
Raw File
Tip revision: ebc5da3208824e25a89672a3b91bd13629b215fe authored by Junio C Hamano on 16 July 2014, 18:19:56 UTC
Git 2.0.2
Tip revision: ebc5da3
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