Staging
v0.5.1
https://github.com/git/git
Revision becb4336cb05c5ec456babaeafefa2e24ee85773 authored by Junio C Hamano on 20 November 2013, 19:26:08 UTC, committed by Junio C Hamano on 20 November 2013, 19:26:08 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d007dbf
Raw File
Tip revision: becb4336cb05c5ec456babaeafefa2e24ee85773 authored by Junio C Hamano on 20 November 2013, 19:26:08 UTC
Git 1.8.4.4
Tip revision: becb433
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