https://github.com/git/git
Raw File
Tip revision: 808ecd4cca75acac5e4868f15d3e647fc73698d3 authored by Junio C Hamano on 21 March 2016, 20:41:37 UTC
Git 2.8-rc4
Tip revision: 808ecd4
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