All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tian Yuchen <cat@malon.dev>
To: git@vger.kernel.org
Cc: ps@pks.im, Tian Yuchen <cat@malon.dev>
Subject: [PATCH v2 0/2] environment: migrate more global variables into
Date: Tue, 28 Jul 2026 09:46:28 +0800	[thread overview]
Message-ID: <20260728014630.3284974-1-cat@malon.dev> (raw)
In-Reply-To: <20260725115428.2214202-1-cat@malon.dev>

Hi all,

This series moves:

 - (1/2) pack_size_limit_cfg
 - (2/2) assume_unchanged

into repo_config_values to continue the libification effort. 

Change since v1:

 - drop the migration of minimum_abbrev and default_abbrev.

Related:

 - [PATCH v12 00/10] migrate more variables into repo_config_values
 https://lore.kernel.org/git/20260714032525.1611141-1-cat@malon.dev/#t

Thanks! yuchen

Tian Yuchen (2):
  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          | 8 ++++----
 environment.h          | 5 +++--
 object-file.c          | 5 +++--
 read-cache.c           | 9 ++++++---
 6 files changed, 19 insertions(+), 13 deletions(-)

-- 
2.43.0


  parent reply	other threads:[~2026-07-28  1:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-25 11:54 [PATCH v1 0/3] environment: migrate more global variables, pt.2 Tian Yuchen
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
2026-07-26  6:29   ` Tian Yuchen
2026-07-28  1:46 ` Tian Yuchen [this message]
2026-07-28  1:46   ` [PATCH v2 1/2] environment: migrate pack_size_limit_cfg into repo_config_values Tian Yuchen
2026-07-28  1:46   ` [PATCH v2 2/2] environment: migrate assume_unchanged " Tian Yuchen

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=20260728014630.3284974-1-cat@malon.dev \
    --to=cat@malon.dev \
    --cc=git@vger.kernel.org \
    --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.