Staging
v0.5.1
Revision 4d7268b888d7bb6d675340ec676e4239739d0f6d authored by Junio C Hamano on 04 August 2017, 19:41:48 UTC, committed by Junio C Hamano on 04 August 2017, 19:41:54 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 230ce07
Raw File
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