Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: c522f061d551c9bb8684a7c3859b2ece4499b56b authored by Junio C Hamano on 17 February 2020, 04:37:38 UTC
Git 2.25.1
Tip revision: c522f06
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