]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/branch.c
Merge branch 'es/get-worktrees-unsort'
[thirdparty/git.git] / builtin / branch.c
index 99633ad004dca39cdfee5dce3ff3a668c7e75ad9..e82301fb1bc03b31e18d83f7fc6d4dcfe6986742 100644 (file)
@@ -468,7 +468,7 @@ static void print_current_branch_name(void)
 
 static void reject_rebase_or_bisect_branch(const char *target)
 {
-       struct worktree **worktrees = get_worktrees(0);
+       struct worktree **worktrees = get_worktrees();
        int i;
 
        for (i = 0; worktrees[i]; i++) {