git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-rev-list: --topo-order --boundary and --max-count
@ 2007-03-05 10:02 Santi Béjar
  2007-03-05 10:39 ` Junio C Hamano
  0 siblings, 1 reply; 26+ messages in thread
From: Santi Béjar @ 2007-03-05 10:02 UTC (permalink / raw)
  To: Git Mailing List

Hi *,

  the --topo-order does not play well with --boundary and --max-count.

$ git-rev-list --boundary --max-count=50 5ced0 | wc -l
56
$ git-rev-list --topo-order --boundary --max-count=50 5ced0 | wc -l
8846

(5ced0 is git.git's master). I think it should be 56 for both. It
presents this behaviour since c4025103fa, when was added --boundary
support for git-rev-list --max-count and --max-age.

Santi

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2007-03-06 15:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 10:02 [BUG] git-rev-list: --topo-order --boundary and --max-count Santi Béjar
2007-03-05 10:39 ` Junio C Hamano
2007-03-05 12:15   ` Junio C Hamano
2007-03-05 17:05   ` Linus Torvalds
2007-03-05 18:55   ` [PATCH] revision walker: Fix --boundary when limited Johannes Schindelin
2007-03-05 19:00     ` Johannes Schindelin
2007-03-05 19:39     ` Linus Torvalds
2007-03-05 19:57       ` Linus Torvalds
2007-03-05 21:10         ` Junio C Hamano
2007-03-06  1:12           ` Johannes Schindelin
2007-03-06  1:32             ` Junio C Hamano
2007-03-06  1:44               ` Johannes Schindelin
2007-03-06  1:58                 ` Junio C Hamano
2007-03-05 23:17         ` Johannes Schindelin
2007-03-06  0:36           ` Junio C Hamano
2007-03-06  0:41             ` [PATCH 2/4] revision traversal: retire BOUNDARY_SHOW Junio C Hamano
2007-03-06  2:05               ` Johannes Schindelin
2007-03-06  2:17                 ` Junio C Hamano
2007-03-06  2:23                   ` SHOWN means shown Junio C Hamano
2007-03-06  2:29                   ` [PATCH 2/4] revision traversal: retire BOUNDARY_SHOW Johannes Schindelin
2007-03-06 11:34                     ` Junio C Hamano
2007-03-06 15:52                       ` Johannes Schindelin
2007-03-06  0:41             ` [PATCH 3/4] git-bundle: various fixups Junio C Hamano
2007-03-06  2:13               ` Johannes Schindelin
2007-03-06  0:41             ` [PATCH 4/4] git-bundle: --list-prereqs Junio C Hamano
2007-03-05 21:10     ` [PATCH] revision walker: Fix --boundary when limited Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).