Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 2a9a19e1b160c8c63c470d4c236d65709214a66f authored by Junio C Hamano on 15 August 2012, 20:46:16 UTC
Git 1.7.12-rc3
Tip revision: 2a9a19e
fmt-merge-msg.h
#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 */
back to top