https://github.com/git/git
Raw File
Tip revision: 234cd45662d5c094339d729bc040ae90ae688de7 authored by Junio C Hamano on 08 October 2012, 18:40:43 UTC
Git 1.7.12.3
Tip revision: 234cd45
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