about summary refs log tree commit diff
path: root/third_party/git/fmt-merge-msg.h
blob: 01e3aa88c50c1994065a99515bd13f484558b553 (plain) (blame)
1
2
3
4
5
6
7
#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 */