https://github.com/git/git
Raw File
Tip revision: 99c33bed562b41de6ce9bd3fd561303d39645048 authored by Junio C Hamano on 25 December 2019, 19:21:28 UTC
Git 2.25-rc0
Tip revision: 99c33be
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

extern int merge_log_config;
int fmt_merge_msg_config(const char *key, const char *value, void *cb);

#endif /* FMT_MERGE_MSG_H */
back to top