]> git.ipfire.org Git - thirdparty/git.git/commit
refs/files: remove `refs_check_dir` parameter
authorPatrick Steinhardt <ps@pks.im>
Mon, 12 Jan 2026 09:02:52 +0000 (10:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2026 14:55:40 +0000 (06:55 -0800)
commit5a74903e62d7f4acdb2849103a2763b160a763b1
treeb2668c90a3fdb50165a0bf75d029234f3652439e
parente615643d2ecf2d4e44b0ca29cf949a5212618245
refs/files: remove `refs_check_dir` parameter

The parameter `refs_check_dir` determines which directory we want to
check references for. But as we always want to check the complete
refs hierarchy, this parameter is always set to "refs".

Drop the parameter and hardcode it.

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