Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 2137ce01f83d254e4917c107901a5a04f61e8c16 authored by Junio C Hamano on 07 April 2013, 15:58:30 UTC
Git 1.8.1.6
Tip revision: 2137ce0
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