https://github.com/git/git
Revision 8dc1d0bf64ce84030a1a13ea64343f816dba9e27 authored by Junio C Hamano on 18 October 2017, 05:19:00 UTC, committed by Junio C Hamano on 18 October 2017, 05:19:00 UTC
Code cmp.std.c nitpick.

* mh/for-each-string-list-item-empty-fix:
  for_each_string_list_item: avoid undefined behavior for empty list
2 parent s 181f145 + ac7da78
Raw File
Tip revision: 8dc1d0bf64ce84030a1a13ea64343f816dba9e27 authored by Junio C Hamano on 18 October 2017, 05:19:00 UTC
Merge branch 'mh/for-each-string-list-item-empty-fix' into maint
Tip revision: 8dc1d0b
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