https://github.com/git/git
Raw File
Tip revision: 833e48259e23aea76f3765d28d1b2200332301f7 authored by Junio C Hamano on 04 January 2016, 22:06:00 UTC
Git 2.6.5
Tip revision: 833e482
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