https://github.com/git/git
Raw File
Tip revision: c6c75c93aaeb97bab6fd25b672a641c84dd85d59 authored by Junio C Hamano on 11 January 2018, 21:20:41 UTC
Git 2.16-rc2
Tip revision: c6c75c9
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