Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 3e53891f85c58b4adb016a429a1f3b7fae78ca03 authored by Junio C Hamano on 10 December 2012, 21:05:47 UTC
Git 1.8.0.2
Tip revision: 3e53891
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