aboutsummaryrefslogtreecommitdiff
path: root/refs/debug.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-08 11:21:18 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-08 11:21:18 -0800
commit4081d45d7f01ff50853ef66fb2579f0d64f13bb9 (patch)
tree2aefa6beaf9e8d894f37f8ce473cfd7ee501b811 /refs/debug.c
parenta26002b62827b89a19b1084bd75d9371d565d03c (diff)
parent1b2234079b24da99dd78e4ce4bfe338a2a841aed (diff)
downloadgit-4081d45d7f01ff50853ef66fb2579f0d64f13bb9.tar.xz
Merge branch 'ps/refstorage-extension' into ps/prompt-parse-HEAD-futureproof
* ps/refstorage-extension: t9500: write "extensions.refstorage" into config builtin/clone: introduce `--ref-format=` value flag builtin/init: introduce `--ref-format=` value flag builtin/rev-parse: introduce `--show-ref-format` flag t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar setup: introduce GIT_DEFAULT_REF_FORMAT envvar setup: introduce "extensions.refStorage" extension setup: set repository's formats on init setup: start tracking ref storage format refs: refactor logic to look up storage backends worktree: skip reading HEAD when repairing worktrees t: introduce DEFAULT_REPO_FORMAT prereq
Diffstat (limited to 'refs/debug.c')
-rw-r--r--refs/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/refs/debug.c b/refs/debug.c
index 83b7a0ba65..b9775f2c37 100644
--- a/refs/debug.c
+++ b/refs/debug.c
@@ -426,7 +426,6 @@ static int debug_reflog_expire(struct ref_store *ref_store, const char *refname,
}
struct ref_storage_be refs_be_debug = {
- .next = NULL,
.name = "debug",
.init = NULL,
.init_db = debug_init_db,