https://github.com/git/git
Raw File
Tip revision: 740c281d21ef5b27f6f1b942a4f2fc20f51e8c7e authored by Junio C Hamano on 23 July 2014, 18:33:16 UTC
Git 2.0.3
Tip revision: 740c281
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