https://github.com/git/git
Raw File
Tip revision: 026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8 authored by Junio C Hamano on 29 July 2019, 19:51:24 UTC
Git 2.23-rc0
Tip revision: 026dd73
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