Revision 2e770fe47ef9c0b20bc687e37f3eb50f1bf919d0 authored by Jeff King on 29 August 2014, 20:31:46 UTC, committed by Junio C Hamano on 10 September 2014, 16:40:53 UTC
Upon finding a corrupt loose object, we forgot to note the error to
signal it with the exit status of the entire process.

[jc: adjusted t1450 and added another test]

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d31f3ad
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