]> git.ipfire.org Git - thirdparty/git.git/commit
refs/reftable: extract function to retrieve backend for worktree
authorPatrick Steinhardt <ps@pks.im>
Mon, 12 Jan 2026 09:03:01 +0000 (10:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2026 14:55:41 +0000 (06:55 -0800)
commit78384e2467c4e457f230e731f26409fa7dd72434
treeb10b76d3ec7bb82ed2ce964925f78dd83898ce90
parentab67f0a43677b56a9cfe3c6b0f1d8fe0f9a988eb
refs/reftable: extract function to retrieve backend for worktree

Pull out the logic to retrieve a backend for a given worktree. This
function will be used in a subsequent commit.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/reftable-backend.c