https://github.com/git/git
Raw File
Tip revision: ab5d01a29eb7380ceab070f0807c2939849c44bc authored by Junio C Hamano on 04 March 2016, 21:48:55 UTC
Git 2.8-rc1
Tip revision: ab5d01a
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