https://github.com/git/git
Raw File
Tip revision: e6dfbcf12b0e70897818cb36903de0625931a5c6 authored by Junio C Hamano on 22 July 2012, 20:07:40 UTC
Git 1.7.11.3
Tip revision: e6dfbcf
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