https://github.com/git/git
Raw File
Tip revision: e634160bf457f8b3a91125307681c9493f11afb2 authored by Junio C Hamano on 15 July 2016, 17:48:16 UTC
Git 2.9.2
Tip revision: e634160
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top