Staging
v0.5.1
Revision b697d92f56511e804b8ba20ccbe7bdc85dc66810 authored by Junio C Hamano on 07 June 2019, 16:39:21 UTC, committed by Junio C Hamano on 07 June 2019, 16:39:21 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6ee1eac
Raw File
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