Staging
v0.5.1
https://github.com/git/git
Revision c415fb791b318832f52494b75d99602a7a8d604b authored by Junio C Hamano on 28 August 2015, 18:19:57 UTC, committed by Junio C Hamano on 28 August 2015, 18:19:57 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c3cb7b6
Raw File
Tip revision: c415fb791b318832f52494b75d99602a7a8d604b authored by Junio C Hamano on 28 August 2015, 18:19:57 UTC
Git 2.5.1
Tip revision: c415fb7
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