git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] corner cases with "rev-list --use-bitmap-index -n"
@ 2016-06-02 23:09 Jeff King
  2016-06-02 23:10 ` [PATCH 1/2] rev-list: "adjust" results of "--count " Jeff King
  2016-06-02 23:10 ` [PATCH " Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff King @ 2016-06-02 23:09 UTC (permalink / raw)
  To: git

This series fixes two corner-cases I found when using "-n" along with
bitmaps. The results do make _some_ sense if you interpret them
correctly, but are sufficiently confusing that I think it's worth
dealing with. See the commit messages for the gory details.

The good news is that in the first case, we can produce a more sensible
answer without spending any extra work.

The bad news is that the second case cannot, and must fall back to a
regular traversal. I doubt anybody even cares about this case in
practice, though, as "--objects -n" is somewhat nonsensical already (I
didn't run across it in practice; I only noticed while I fixing the
first one, which I did see in practice).

  [1/2]: rev-list: "adjust" results of "--count --use-bitmap-index -n"
  [2/2]: rev-list: disable bitmaps when "-n" is used with listing objects

-Peff

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

end of thread, other threads:[~2016-06-03  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 23:09 [PATCH 0/2] corner cases with "rev-list --use-bitmap-index -n" Jeff King
2016-06-02 23:10 ` [PATCH 1/2] rev-list: "adjust" results of "--count " Jeff King
2016-06-03  7:06   ` [PATCH v2 0/2] corner cases with "rev-list " Jeff King
2016-06-03  7:07     ` [PATCH v2 1/2] rev-list: "adjust" results of "--count " Jeff King
2016-06-03  7:08     ` [PATCH v2 2/2] rev-list: disable bitmaps when "-n" is used with listing objects Jeff King
2016-06-02 23:10 ` [PATCH " Jeff King

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).