projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f312de0
)
Make sure we generate the whole commit list before trying to sort it topologically
author
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 6 Jul 2005 17:51:43 +0000
(10:51 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 6 Jul 2005 17:51:43 +0000
(10:51 -0700)
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.
rev-list.c
patch
|
blob
|
history
diff --git
a/rev-list.c
b/rev-list.c
index
c4a6151
..
fb33724
100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-473,6
+473,7
@@
int main(int argc, char **argv)
}
if (!strcmp(arg, "--topo-order")) {
topo_order = 1;
+ limited = 1;
continue;
}