From: Junio C Hamano <gitster@pobox.com>
To: Taylor Blau <me@ttaylorr.com>
Cc: git@vger.kernel.org, peff@peff.net
Subject: Re: [PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
Date: Sun, 29 Aug 2021 23:39:30 -0700 [thread overview]
Message-ID: <xmqqy28j5tct.fsf@gitster.g> (raw)
In-Reply-To: <cover.1630291682.git.me@ttaylorr.com> (Taylor Blau's message of "Sun, 29 Aug 2021 22:48:43 -0400")
Taylor Blau <me@ttaylorr.com> writes:
> This short series is extracted from mine and Peff's work on cruft packs. These
> three patches focus on cleaning up add_objects_in_unpacked_packs(), which is
> used to implement `git repack -k`.
>
> The pay-off for this clean-up is significant, though: we net -50 lines of code,
> and the result is much more readable, at least in my opinion.
>
> The changes are described in detail in the patch messages, but essentially we
> are replacing a loop over get_all_packs() with for_each_packed_object() after
> adding a couple of new flags necessary to make the switch. And once we are done
> with that, the third patch removes a bit from the object flag allocation table.
A quite pleasant read.
Each step looked nicely done and well explained.
Will queue.
Thanks.
>
> Thanks in advance for your review.
>
> Taylor Blau (3):
> object-store.h: teach for_each_packed_object to ignore kept packs
> builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()
> builtin/pack-objects.c: remove duplicate hash lookup
>
> builtin/pack-objects.c | 85 ++++++------------------------------------
> object-store.h | 6 +++
> object.h | 1 -
> packfile.c | 6 +++
> 4 files changed, 24 insertions(+), 74 deletions(-)
next prev parent reply other threads:[~2021-08-30 6:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-30 2:48 [PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs() Taylor Blau
2021-08-30 2:48 ` [PATCH 1/3] object-store.h: teach for_each_packed_object to ignore kept packs Taylor Blau
2021-08-30 2:48 ` [PATCH 2/3] builtin/pack-objects.c: simplify add_objects_in_unpacked_packs() Taylor Blau
2021-09-02 23:04 ` Jeff King
2021-09-03 2:33 ` Taylor Blau
2021-08-30 2:48 ` [PATCH 3/3] builtin/pack-objects.c: remove duplicate hash lookup Taylor Blau
2021-08-30 6:39 ` Junio C Hamano [this message]
2021-08-30 20:58 ` [PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs() Jeff King
2021-08-30 21:30 ` Taylor Blau
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=xmqqy28j5tct.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=me@ttaylorr.com \
--cc=peff@peff.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.