https://github.com/git/git
Raw File
Tip revision: ab84621754e9c6f05279b42e51b445baac28a8ea authored by Junio C Hamano on 13 May 2013, 18:09:42 UTC
Git 1.8.3-rc2
Tip revision: ab84621
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