]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/reflog.c
Merge branch 'es/get-worktrees-unsort'
[thirdparty/git.git] / builtin / reflog.c
index 52ecf6d43c1010e431c2f408a4acb79a31a1543e..ca1d8079f320e6d6b93767110520dcdcd1fa0a97 100644 (file)
@@ -615,7 +615,7 @@ static int cmd_reflog_expire(int argc, const char **argv, const char *prefix)
                int i;
 
                memset(&collected, 0, sizeof(collected));
-               worktrees = get_worktrees(0);
+               worktrees = get_worktrees();
                for (p = worktrees; *p; p++) {
                        if (!all_worktrees && !(*p)->is_current)
                                continue;