Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 68372c88794aba15f853542008cda39def768372 authored by Junio C Hamano on 13 June 2018, 19:57:07 UTC
Git 2.18-rc2
Tip revision: 68372c8
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