https://github.com/git/git
Raw File
Tip revision: 268fbcd172cdb306e8a3e7143cc16677c963d6cd authored by Junio C Hamano on 27 September 2018, 18:48:19 UTC
Git 2.18.1
Tip revision: 268fbcd
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