Staging
v0.5.1
https://github.com/git/git
Revision 3a461832c5ca4f140e41fdc34f86c90868aea33b authored by Junio C Hamano on 28 June 2013, 21:56:30 UTC, committed by Junio C Hamano on 28 June 2013, 21:56:30 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 94b5404
Raw File
Tip revision: 3a461832c5ca4f140e41fdc34f86c90868aea33b authored by Junio C Hamano on 28 June 2013, 21:56:30 UTC
Git 1.8.3.2
Tip revision: 3a46183
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

extern int merge_log_config;
extern int fmt_merge_msg_config(const char *key, const char *value, void *cb);

#endif /* FMT_MERGE_MSG_H */
back to top