1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-27 14:36:11 +02:00

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.
This commit is contained in:
Linus Torvalds 2005-07-06 10:51:43 -07:00
parent f312de018b
commit e6c3505b44

View File

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