Staging
v0.5.1
https://github.com/git/git
Revision a79fd20c7166f4040a82d257c893f52b0da6aeba authored by Johannes Schindelin on 12 February 2021, 14:50:00 UTC, committed by Johannes Schindelin on 12 February 2021, 14:50:00 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 8f80393
Raw File
Tip revision: a79fd20c7166f4040a82d257c893f52b0da6aeba authored by Johannes Schindelin on 12 February 2021, 14:50:00 UTC
Git 2.26.3
Tip revision: a79fd20
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

extern int merge_log_config;
int fmt_merge_msg_config(const char *key, const char *value, void *cb);

#endif /* FMT_MERGE_MSG_H */
back to top