https://github.com/git/git
Raw File
Tip revision: ee26a6e2b87905ac605c27841f607cb3379ca678 authored by Junio C Hamano on 03 December 2012, 17:49:51 UTC
Git 1.8.1-rc0
Tip revision: ee26a6e
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