X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=merge-recursive.h;h=b831293b3865ae52584565039e4a893c3c6f45ff;hb=0c357544b0d4415c464fb8b35593b21db1d1f7f7;hp=0cc465ec5d13385dd8ecdbd64387cf937c82bce3;hpb=a031d76eebbe85c93f5d4a2a4cafacf417df9bce;p=thirdparty%2Fgit.git diff --git a/merge-recursive.h b/merge-recursive.h index 0cc465ec5d..b831293b38 100644 --- a/merge-recursive.h +++ b/merge-recursive.h @@ -10,7 +10,7 @@ struct merge_options { enum { MERGE_RECURSIVE_NORMAL = 0, MERGE_RECURSIVE_OURS, - MERGE_RECURSIVE_THEIRS, + MERGE_RECURSIVE_THEIRS } recursive_variant; const char *subtree_shift; unsigned buffer_output : 1;