https://github.com/git/git
Raw File
Tip revision: 95d67879735cfecfdd85f89e59d993c5b4de8835 authored by Junio C Hamano on 05 May 2017, 04:33:22 UTC
Git 2.12.3
Tip revision: 95d6787
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