зеркало из https://github.com/microsoft/git.git
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:
Родитель
f312de018b
Коммит
e6c3505b44
|
@ -473,6 +473,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
if (!strcmp(arg, "--topo-order")) {
|
if (!strcmp(arg, "--topo-order")) {
|
||||||
topo_order = 1;
|
topo_order = 1;
|
||||||
|
limited = 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче