https://github.com/git/git
Raw File
Tip revision: 341e7e8eda3dbeb6867f4f8f45b671201b807de5 authored by Junio C Hamano on 25 June 2014, 19:21:11 UTC
Git 2.0.1
Tip revision: 341e7e8
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