Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783 authored by Junio C Hamano on 13 January 2020, 18:16:43 UTC
Git 2.25
Tip revision: d0654dc
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