https://github.com/git/git
Raw File
Tip revision: d966095db01190a2196e31195ea6fa0c722aa732 authored by Junio C Hamano on 18 October 2019, 02:31:00 UTC
Git 2.24-rc0
Tip revision: d966095
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