https://github.com/git/git
Raw File
Tip revision: ed9fe755130891fc878bb2433204faffb534697b authored by Junio C Hamano on 26 November 2012, 02:40:34 UTC
Git 1.8.0.1
Tip revision: ed9fe75
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