https://github.com/git/git
Raw File
Tip revision: 1d4361b0f344188ab5eec6dcea01f61a3a3a1670 authored by Junio C Hamano on 10 September 2018, 17:41:56 UTC
Git 2.19
Tip revision: 1d4361b
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