Staging
v0.5.1
https://github.com/git/git
Revision 785ee4960c3d334cbc2b17ab74d2cebdf1b4db64 authored by Junio C Hamano on 17 June 2012, 21:04:15 UTC, committed by Junio C Hamano on 17 June 2012, 21:04:15 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 941cab3
Raw File
Tip revision: 785ee4960c3d334cbc2b17ab74d2cebdf1b4db64 authored by Junio C Hamano on 17 June 2012, 21:04:15 UTC
Git 1.7.10.5
Tip revision: 785ee49
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