https://github.com/git/git
Raw File
Tip revision: 5f95c9f850b19b368c43ae399cc831b17a26a5ac authored by Junio C Hamano on 14 February 2014, 19:35:04 UTC
Git 1.9.0
Tip revision: 5f95c9f
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