Browse Source

Make sure we generate the whole commit list before trying to sort it topologically

This was my cherry-pickng merge bug.  But topo-order still shows strange
behaviour with multiple heads, so keep gitk using --merge-order for now.
maint
Linus Torvalds 20 years ago
parent
commit
e6c3505b44
  1. 1
      rev-list.c

1
rev-list.c

@ -473,6 +473,7 @@ int main(int argc, char **argv) @@ -473,6 +473,7 @@ int main(int argc, char **argv)
}
if (!strcmp(arg, "--topo-order")) {
topo_order = 1;
limited = 1;
continue;
}


Loading…
Cancel
Save