https://github.com/git/git
Raw File
Tip revision: 26aa9fc81d4c7f6c3b456a29da0b7ec72e5c6595 authored by Junio C Hamano on 18 November 2018, 09:24:49 UTC
Git 2.20-rc0
Tip revision: 26aa9fc
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