git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] fsck improvements
@ 2011-11-07  2:59 Nguyễn Thái Ngọc Duy
  2011-11-07  2:59 ` [PATCH v2 1/4] fsck: return error code when verify_pack() goes wrong Nguyễn Thái Ngọc Duy
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2011-11-07  2:59 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Jeff King, Stephen Boyd,
	Nguyễn Thái Ngọc Duy

2/4 is updated to check as many objects as possible.
4/4 has new doc update and explains why --verbose turn progress off

Nguyễn Thái Ngọc Duy (4):
  fsck: return error code when verify_pack() goes wrong
  verify_packfile(): check as many object as possible in a pack
  fsck: avoid reading every object twice
  fsck: print progress

 Documentation/git-fsck.txt |   11 ++++++-
 builtin/fsck.c             |   78 +++++++++++++++++++++++++++++++++++---------
 pack-check.c               |   28 +++++++++++-----
 pack.h                     |    6 +++-
 4 files changed, 96 insertions(+), 27 deletions(-)

-- 
1.7.4.74.g639db

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

end of thread, other threads:[~2011-11-07  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07  2:59 [PATCH v2 0/4] fsck improvements Nguyễn Thái Ngọc Duy
2011-11-07  2:59 ` [PATCH v2 1/4] fsck: return error code when verify_pack() goes wrong Nguyễn Thái Ngọc Duy
2011-11-07  2:59 ` [PATCH v2 2/4] verify_packfile(): check as many object as possible in a pack Nguyễn Thái Ngọc Duy
2011-11-07  2:59 ` [PATCH v2 3/4] fsck: avoid reading every object twice Nguyễn Thái Ngọc Duy
2011-11-07  2:59 ` [PATCH v2 4/4] fsck: print progress Nguyễn Thái Ngọc Duy
2011-11-07  4:33   ` 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).