https://github.com/git/git
Raw File
Tip revision: 2f0dde7852b7866bb044926f73334ff3fc30654b authored by Junio C Hamano on 13 April 2022, 22:21:31 UTC
Git 2.34.3
Tip revision: 2f0dde7
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