From: Junio C Hamano Date: Wed, 8 May 2024 17:18:44 +0000 (-0700) Subject: Merge branch 'ps/the-index-is-no-more' X-Git-Tag: v2.46.0-rc0~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f526a4f3142de772bdd2d0dbd4710e401f603a5c;p=thirdparty%2Fgit.git Merge branch 'ps/the-index-is-no-more' The singleton index_state instance "the_index" has been eliminated by always instantiating "the_repository" and replacing references to "the_index" with references to its .index member. * ps/the-index-is-no-more: repository: drop `initialize_the_repository()` repository: drop `the_index` variable builtin/clone: stop using `the_index` repository: initialize index in `repo_init()` builtin: stop using `the_index` t/helper: stop using `the_index` --- f526a4f3142de772bdd2d0dbd4710e401f603a5c