Staging
v0.5.1
https://github.com/git/git
Revision e0c1ceafc5bece92d35773a75fff59497e1d9bd5 authored by Junio C Hamano on 12 August 2016, 16:17:51 UTC, committed by Junio C Hamano on 12 August 2016, 16:17:51 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9b601ea
Raw File
Tip revision: e0c1ceafc5bece92d35773a75fff59497e1d9bd5 authored by Junio C Hamano on 12 August 2016, 16:17:51 UTC
Git 2.9.3
Tip revision: e0c1cea
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