merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
4
third_party/git/builtin/merge-recursive.c
vendored
4
third_party/git/builtin/merge-recursive.c
vendored
|
@ -1,3 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "builtin.h"
|
||||
#include "commit.h"
|
||||
#include "tag.h"
|
||||
|
@ -63,6 +64,9 @@ int cmd_merge_recursive(int argc, const char **argv, const char *prefix)
|
|||
if (argc - i != 3) /* "--" "<head>" "<remote>" */
|
||||
die(_("not handling anything other than two heads merge."));
|
||||
|
||||
if (repo_read_index_unmerged(the_repository))
|
||||
die_resolve_conflict("merge");
|
||||
|
||||
o.branch1 = argv[++i];
|
||||
o.branch2 = argv[++i];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue