https://github.com/git/git
Raw File
Tip revision: 27d05d1a1a62273aa3749f4d0ab8a126ef11ff66 authored by Junio C Hamano on 27 September 2018, 18:38:32 UTC
Git 2.16.5
Tip revision: 27d05d1
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