Revision 3126732e399a8e1766381613a613633d62f21c9b authored by Vasco Almeida on 12 August 2016, 11:59:02 UTC, committed by Junio C Hamano on 12 August 2016, 22:12:33 UTC
The concerned test greps the error message in git_parse_source() which
contains "bad config line %d in submodule-blob %s".

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0955ab4
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