https://github.com/git/git
Raw File
Tip revision: 4dac0679feaebbf6545daec14480cf6b94cb74ed authored by Junio C Hamano on 25 February 2013, 16:39:23 UTC
Git 1.8.2-rc1
Tip revision: 4dac067
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