]> git.ipfire.org Git - thirdparty/git.git/blobdiff - branch.c
Merge branch 'ct/diff-with-merge-base-clarification' into master
[thirdparty/git.git] / branch.c
index 2d9e7675a6ed24bd70165a78386ad5a6589a3b50..7095f7805869811c07aa25d9fbfd9c68ddc7d08d 100644 (file)
--- a/branch.c
+++ b/branch.c
@@ -370,7 +370,7 @@ int replace_each_worktree_head_symref(const char *oldref, const char *newref,
                                      const char *logmsg)
 {
        int ret = 0;
-       struct worktree **worktrees = get_worktrees(0);
+       struct worktree **worktrees = get_worktrees();
        int i;
 
        for (i = 0; worktrees[i]; i++) {