Revision b63103e908af54e5e2eaa3faad350e4738ef0047 authored by Junio C Hamano on 17 January 2012, 00:45:56 UTC, committed by Junio C Hamano on 17 January 2012, 00:45:56 UTC
* jn/maint-gitweb-grep-fix:
  gitweb: Harden "grep" search against filenames with ':'
  gitweb: Fix file links in "grep" search
2 parent s 6db5c6e + 8e09fd1
Raw File
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