git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Cc: Shawn O Pearce <spearce@spearce.org>
Subject: [PATCH 0/4] index-pack (continued)
Date: Fri,  3 Jun 2011 15:32:13 -0700	[thread overview]
Message-ID: <1307140337-27676-1-git-send-email-gitster@pobox.com> (raw)

This is a contination of the earlier index-pack series that has been
in "stalled" state. I do not plan to push this forward for 1.7.6 (the
endgame of this series is a 2.0 material but it will be a long way to
get there).

Junio C Hamano (4):
  index-pack: a miniscule refactor
  index-pack: start learning to emulate "verify-pack -v"
  index-pack: show histogram when emulating "verify-pack -v"
  verify-pack: use index-pack --verify

 builtin/index-pack.c  |   74 +++++++++++++++++++++++++--
 builtin/verify-pack.c |  132 +++++++++---------------------------------------
 cache.h               |    1 -
 sha1_file.c           |   55 --------------------
 t/t5302-pack-index.sh |    5 +-
 5 files changed, 95 insertions(+), 172 deletions(-)

-- 
1.7.6.rc0.106.g68174

             reply	other threads:[~2011-06-03 22:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03 22:32 Junio C Hamano [this message]
2011-06-03 22:32 ` [PATCH 1/4] index-pack: a miniscule refactor Junio C Hamano
2011-06-03 22:32 ` [PATCH 2/4] index-pack: start learning to emulate "verify-pack -v" Junio C Hamano
2011-06-03 22:32 ` [PATCH 3/4] index-pack: show histogram when emulating " Junio C Hamano
2011-06-03 22:32 ` [PATCH 4/4] verify-pack: use index-pack --verify Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1307140337-27676-1-git-send-email-gitster@pobox.com \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).