From: Tian Yuchen <cat@malon.dev>
To: git@vger.kernel.org
Cc: ps@pks.im, newren@gmail.com, Tian Yuchen <cat@malon.dev>
Subject: [PATCH v1 0/3] environment: migrate more global variables, pt.2
Date: Sat, 25 Jul 2026 19:54:25 +0800 [thread overview]
Message-ID: <20260725115428.2214202-1-cat@malon.dev> (raw)
Hi all,
This series moves:
- (1/3) minimum_abbrev and default_abbrev
- (2/3) pack_size_limit_cfg
- (3/3) assume_unchanged
into repo_config_values to continue the libification effort.
Note: in commit 1/3, we need (repo != the_repository) checks in the
getters, because some subsystems where the readers of _abbrev
configurations live forbid the use of 'the_repository' and only accept
'repo' [1]. We have to explicitly intercept those intances that are
not 'the_repository'.
Thanks! yuchen
[1] [PATCH v3 5/6] merge-ort: prevent the_repository from coming back
https://lore.kernel.org/git/42a25768784492a4e8187bad0b070ccb27e980f7.1771718393.git.gitgitgadget@gmail.com/
Tian Yuchen (3):
environment: migrate minimum_abbrev and default_abbrev
environment: migrate pack_size_limit_cfg into repo_config_values
environment: migrate assume_unchanged into repo_config_values
builtin/pack-objects.c | 2 +-
builtin/update-index.c | 3 ++-
environment.c | 39 ++++++++++++++++++++++++++++++---------
environment.h | 11 ++++++++---
merge-ort.c | 7 ++++---
object-file.c | 5 +++--
object-name.h | 4 ++--
read-cache.c | 9 ++++++---
replay.c | 2 +-
sequencer.c | 5 +++--
10 files changed, 60 insertions(+), 27 deletions(-)
--
2.43.0
next reply other threads:[~2026-07-25 11:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-25 11:54 Tian Yuchen [this message]
2026-07-25 11:54 ` [PATCH v1 1/3] environment: migrate minimum_abbrev and default_abbrev Tian Yuchen
2026-07-25 11:54 ` [PATCH v1 2/3] environment: migrate pack_size_limit_cfg into repo_config_values Tian Yuchen
2026-07-25 11:54 ` [PATCH v1 3/3] environment: migrate assume_unchanged " Tian Yuchen
2026-07-25 17:02 ` [PATCH v1 0/3] environment: migrate more global variables, pt.2 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=20260725115428.2214202-1-cat@malon.dev \
--to=cat@malon.dev \
--cc=git@vger.kernel.org \
--cc=newren@gmail.com \
--cc=ps@pks.im \
/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.