Merge branch 'jc/conflict-marker-size'
* jc/conflict-marker-size: rerere: honor conflict-marker-size attribute rerere: prepare for customizable conflict marker length conflict-marker-size: new attribute rerere: use ll_merge() instead of using xdl_merge() merge-tree: use ll_merge() not xdl_merge() xdl_merge(): allow passing down marker_size in xmparam_t xdl_merge(): introduce xmparam_t for merge specific parameters git_attr(): fix function signature Conflicts: builtin-merge-file.c ll-merge.c xdiff/xdiff.h xdiff/xmerge.c
This commit is contained in:
@ -12,4 +12,6 @@ int ll_merge(mmbuffer_t *result_buf,
|
||||
mmfile_t *theirs, const char *their_label,
|
||||
int flag);
|
||||
|
||||
int ll_merge_marker_size(const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user