Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fmt-merge-msg.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01e3aa88c50c1994065a99515bd13f484558b553 (plain)
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 */