https://github.com/git/git
Raw File
Tip revision: 9a3d637541a5b6fcd84b6f5fa057e597d1696460 authored by Junio C Hamano on 11 May 2015, 21:36:31 UTC
Git 2.3.8
Tip revision: 9a3d637
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