Staging
v0.5.1
Revision 455d0beb1393618b5ab32cc6ea671aa32c6ab1d8 authored by Junio C Hamano on 19 February 2019, 21:18:08 UTC, committed by Junio C Hamano on 19 February 2019, 21:18:08 UTC
* mk/t5562-do-not-reuse-output-files:
  t5562: do not reuse output files
2 parent s ca1b411 + 0539071
Raw File
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