Staging
v0.5.1
https://github.com/git/git
Revision 4224916ae979204f13db2996d9e32490e0acb90f authored by Junio C Hamano on 13 January 2014, 19:28:26 UTC, committed by Junio C Hamano on 13 January 2014, 19:28:26 UTC
1 parent 7fd90e0
Raw File
Tip revision: 4224916ae979204f13db2996d9e32490e0acb90f authored by Junio C Hamano on 13 January 2014, 19:28:26 UTC
Git 1.8.5.3
Tip revision: 4224916
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