https://github.com/git/git
Raw File
Tip revision: be961c292f1d36097afa1690df68cf90f655c855 authored by Junio C Hamano on 31 January 2014, 22:16:06 UTC
Git 1.9-rc2
Tip revision: be961c2
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