]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/refs-files-case-insensitive'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:35 +0000 (11:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:35 +0000 (11:40 -0700)
commit96ed0a89066c2ea57c18b6586b2cab2edc333515
tree0c169b6991d043f9fdc549b02f345809eb655f4f
parenta89fa2fff2e2e5c13df0caccd913427b5c98a4b4
parent948b2ab0d88770368a7fed5a651c17db1c7f9b28
Merge branch 'kn/refs-files-case-insensitive'

Deal more gracefully with directory / file conflicts when the files
backend is used for ref storage, by failing only the ones that are
involved in the conflict while allowing others.

* kn/refs-files-case-insensitive:
  refs/files: handle D/F conflicts during locking
  refs/files: handle F/D conflicts in case-insensitive FS
  refs/files: use correct error type when lock exists
  refs/files: catch conflicts on case-insensitive file-systems
refs.c
refs.h
refs/files-backend.c
t/t1400-update-ref.sh
t/t5510-fetch.sh