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: b28d3a6113dc671884e95cbbc3904e4b2d26d727 (plain)
1
2
3
4
5
6
7
#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 */