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-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=f526a4f3142de772bdd2d0dbd4710e401f603a5c;p=rit 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