]> git.ipfire.org Git - thirdparty/git.git/blame - fmt-merge-msg.h
t4039: abstract away SHA-1-specific constants
[thirdparty/git.git] / fmt-merge-msg.h
CommitLineData
898eacd8
JH
1#ifndef FMT_MERGE_MSG_H
2#define FMT_MERGE_MSG_H
3
4extern int merge_log_config;
55454427 5int fmt_merge_msg_config(const char *key, const char *value, void *cb);
898eacd8
JH
6
7#endif /* FMT_MERGE_MSG_H */