Staging
v0.5.1
https://github.com/git/git
Revision a5979d7009017c79b0100b7b66e8567b3ad7b022 authored by Junio C Hamano on 17 March 2020, 20:37:37 UTC, committed by Junio C Hamano on 17 March 2020, 20:43:08 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s caccc52 + 21a3e50
Raw File
Tip revision: a5979d7009017c79b0100b7b66e8567b3ad7b022 authored by Junio C Hamano on 17 March 2020, 20:37:37 UTC
Git 2.19.4
Tip revision: a5979d7
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

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

#endif /* FMT_MERGE_MSG_H */
back to top