From: Taylor Blau <me@ttaylorr.com>
To: git@vger.kernel.org
Cc: Jeff King <peff@peff.net>, Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/2] pack-objects: enable multi-pack reuse via feature.experimental
Date: Tue, 16 Jan 2024 14:03:41 -0500 [thread overview]
Message-ID: <cover.1705431816.git.me@ttaylorr.com> (raw)
This short series teaches pack-objects to perform multi-pack reuse by
way of the feature.experimental configuration. The hope is that this
will expose this new feature to more users who might not otherwise be
aware of lesser-known configuration options for pack-objects's
internals.
Thanks in advance for your review!
Taylor Blau (2):
t5332-multi-pack-reuse.sh: extract pack-objects helper functions
pack-objects: enable multi-pack reuse via `feature.experimental`
Documentation/config/feature.txt | 3 ++
builtin/pack-objects.c | 2 +
repo-settings.c | 1 +
repository.h | 1 +
t/t5332-multi-pack-reuse.sh | 84 ++++++++++++++++----------------
5 files changed, 50 insertions(+), 41 deletions(-)
base-commit: d4dbce1db5cd227a57074bcfc7ec9f0655961bba
--
2.43.0.334.gd4dbce1db5.dirty
next reply other threads:[~2024-01-16 19:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-16 19:03 Taylor Blau [this message]
2024-01-16 19:03 ` [PATCH 1/2] t5332-multi-pack-reuse.sh: extract pack-objects helper functions Taylor Blau
2024-01-17 7:32 ` Patrick Steinhardt
2024-02-05 22:44 ` Taylor Blau
2024-01-16 19:03 ` [PATCH 2/2] pack-objects: enable multi-pack reuse via `feature.experimental` Taylor Blau
2024-01-17 7:32 ` Patrick Steinhardt
2024-02-05 22:48 ` Taylor Blau
2024-02-05 22:50 ` [PATCH v2 0/2] pack-objects: enable multi-pack reuse via feature.experimental Taylor Blau
2024-02-05 22:50 ` [PATCH v2 1/2] t5332-multi-pack-reuse.sh: extract pack-objects helper functions Taylor Blau
2024-02-06 7:25 ` Patrick Steinhardt
2024-02-05 22:50 ` [PATCH v2 2/2] pack-objects: enable multi-pack reuse via `feature.experimental` 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=cover.1705431816.git.me@ttaylorr.com \
--to=me@ttaylorr.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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).