]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 16:14:32 +0000 (09:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 16:14:32 +0000 (09:14 -0700)
commit0ff6d23a0f214ea19b2b26a6ab81fb02fefbea6d
treed32ccf7db553b2d8d828a961de9d1acc9f06ca00
parente55f364398be3cfae6243ada1a6a8bb66ea7cc46
parent8e4f5c2dc26e8e88c8c4784f133d2b35a771d2ac
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration

* ps/pseudo-ref-terminology:
  refs: refuse to write pseudorefs
  ref-filter: properly distinuish pseudo and root refs
  refs: pseudorefs are no refs
  refs: classify HEAD as a root ref
  refs: do not check ref existence in `is_root_ref()`
  refs: rename `is_special_ref()` to `is_pseudo_ref()`
  refs: rename `is_pseudoref()` to `is_root_ref()`
  Documentation/glossary: define root refs as refs
  Documentation/glossary: clarify limitations of pseudorefs
  Documentation/glossary: redefine pseudorefs as special refs
Documentation/glossary-content.txt
ref-filter.c
refs.c
refs.h
refs/files-backend.c
refs/reftable-backend.c
t/t5510-fetch.sh