git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pack-bitmap progress meters
@ 2014-03-15  2:25 Jeff King
  2014-03-15  2:26 ` [PATCH 1/2] pack-objects: show progress for reused packfiles Jeff King
  2014-03-15  2:26 ` [PATCH 2/2] pack-objects: show reused packfile objects in "Counting objects" Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff King @ 2014-03-15  2:25 UTC (permalink / raw)
  To: git; +Cc: Shawn Pearce

Here are patches to make the pack-objects progress meters behave the
same both with and without pack reuse. The first one is basically the
patch I posted earlier.

The second one drops the "Reusing existing pack", and just rolls those
numbers into "Counting objects". I have mixed feelings on it. _I_ find
it interesting to know whether the pack was reused. But then I am often
debugging bitmaps and packfiles. :) From a regular user's perspective,
it is an implementation detail that may not be so interesting (git
should just magically be faster, and they do not have to care why).

So I dunno. Opinions welcome.

  [1/2]: pack-objects: show progress for reused packfiles
  [2/2]: pack-objects: show reused packfile objects in "Counting objects"

-Peff

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

end of thread, other threads:[~2014-03-15  2:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15  2:25 [PATCH 0/2] pack-bitmap progress meters Jeff King
2014-03-15  2:26 ` [PATCH 1/2] pack-objects: show progress for reused packfiles Jeff King
2014-03-15  2:26 ` [PATCH 2/2] pack-objects: show reused packfile objects in "Counting objects" 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).