summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f312de0)
raw | patch | inline | side by side (parent: f312de0)
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.
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 c4a61513438b707c097815b7e0acbcea400f6d79..fb3372476ca51d0569e831bd6e4ad7efa068c898 100644 (file)
--- a/rev-list.c
+++ b/rev-list.c
}
if (!strcmp(arg, "--topo-order")) {
topo_order = 1;
+ limited = 1;
continue;
}