author | Linus Torvalds <torvalds@g5.osdl.org> | |
Wed, 6 Jul 2005 23:55:53 +0000 (16:55 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Wed, 6 Jul 2005 23:55:53 +0000 (16:55 -0700) | ||
commit | 889adfe31477455b57a17e15436095e744c3f1e7 | |
tree | 1a56d887c5e0e8e49adf15f8e0f519e2be513584 | tree | snapshot |
parent | 960cea2dd108b425fdc4470b48f5eb02963a9be9 | commit | diff |
Make gitk use --topo-order instead of --merge-order
It's cheaper to calculate, and doesn't give different results depending
on the order of the arguments passed in (and is thus more appropriate
for something like gitk that can validly take the unordered "--all" flag
to show all branches).
The previous dup fix seems to have fixed --topo-order. Holler if you
still see problems.
It's cheaper to calculate, and doesn't give different results depending
on the order of the arguments passed in (and is thus more appropriate
for something like gitk that can validly take the unordered "--all" flag
to show all branches).
The previous dup fix seems to have fixed --topo-order. Holler if you
still see problems.
gitk | diff | blob | history |