mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
8 lines
187 B
C
8 lines
187 B
C
|
#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 */
|