https://github.com/git/git
Raw File
Tip revision: c05048d43925ab8edcb36663752c2b4541911231 authored by Junio C Hamano on 04 September 2018, 21:33:27 UTC
Git 2.19-rc2
Tip revision: c05048d
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