Revision 42c55ce49eb3c8741f62a0abdfb38182d461126c authored by Michael J Gruber on 27 June 2014, 13:18:36 UTC, committed by Junio C Hamano on 10 July 2014, 22:25:03 UTC
A wrong '}' made our code record the results of mergetag signature
verification incorrectly.

Fix it.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7bbc4e8
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