Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-13 02:29:24 +0300
committerJunio C Hamano <gitster@pobox.com>2021-11-13 02:29:24 +0300
commit8996d68ac7052bf96a38a2b36546c4239280279e (patch)
treee80af241f744029434b6c368ea5bd675d34ef497 /connected.c
parent4d53e91c6b2c3f5b5c7375e579a453fc5053c08b (diff)
parenta7df4f52affe49f6b06246b9398e99e1937f9efc (diff)
Merge branch 'ps/connectivity-optim'
Regression fix. * ps/connectivity-optim: Revert "connected: do not sort input revisions"
Diffstat (limited to 'connected.c')
-rw-r--r--connected.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/connected.c b/connected.c
index cf68e37a97..35bd4a2638 100644
--- a/connected.c
+++ b/connected.c
@@ -107,7 +107,6 @@ no_promisor_pack_found:
if (opt->progress)
strvec_pushf(&rev_list.args, "--progress=%s",
_("Checking connectivity"));
- strvec_push(&rev_list.args, "--unsorted-input");
rev_list.git_cmd = 1;
rev_list.env = opt->env;