[PATCH v2 0/2] environment: migrate more global variables into
Tian Yuchen <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]/#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