https://github.com/git/git
Raw File
Tip revision: cc291953df19aa4a97bee3590e708dc1fc557500 authored by Junio C Hamano on 18 April 2014, 18:21:43 UTC
Git 2.0-rc0
Tip revision: cc29195
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