]> git.ipfire.org Git - thirdparty/git.git/commit
refs: rename `is_pseudoref()` to `is_root_ref()`
authorPatrick Steinhardt <ps@pks.im>
Wed, 15 May 2024 06:50:42 +0000 (08:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 14:30:51 +0000 (07:30 -0700)
commitf6936e62a50e8bc9e268f3396618d33e88f4df7e
treef904d0da33b78d961eb41666a1121ca3a88468ed
parent74b50a5881d3a43bc2bd466c01fa6e08849dc1d2
refs: rename `is_pseudoref()` to `is_root_ref()`

Rename `is_pseudoref()` to `is_root_ref()` to adapt to the newly defined
terminology in our gitglossary(7).

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