aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/replay.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-26 09:28:41 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-26 09:28:42 -0700
commit3507f7cc2c4c7f6be8b1142ea1d9e07f8bb33163 (patch)
treeb8bb942b091cdf09e6e0d4ab1ada2ece71d9e3db /builtin/replay.c
parentMerge branch 'bc/credential-scheme-enhancement' into seen (diff)
parentrepository: drop `initialize_the_repository()` (diff)
downloadgit-3507f7cc2c4c7f6be8b1142ea1d9e07f8bb33163.tar.xz
git-3507f7cc2c4c7f6be8b1142ea1d9e07f8bb33163.zip
Merge branch 'ps/the-index-is-no-more' into seen
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. Comments? * 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`
Diffstat (limited to 'builtin/replay.c')
-rw-r--r--builtin/replay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/replay.c b/builtin/replay.c
index 6bc4b47f09a..6bf0691f15d 100644
--- a/builtin/replay.c
+++ b/builtin/replay.c
@@ -2,7 +2,6 @@
* "git replay" builtin command
*/
-#define USE_THE_INDEX_VARIABLE
#include "git-compat-util.h"
#include "builtin.h"