https://github.com/git/git
Raw File
Tip revision: 0afbf6caa5b16dcfa3074982e5b48e27d452dbbb authored by Junio C Hamano on 15 March 2018, 22:01:05 UTC
Git 2.17-rc0
Tip revision: 0afbf6c
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];
extern const char git_built_from_commit_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top