]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ty/move-protect-hfs-ntfs' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:14 +0000 (19:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:14 +0000 (19:49 -0700)
commitaa9fd3a662225045aaac0ca05f84b0b73285eba9
treea46b8427109e206aefd858e49d1907945f8fb527
parent761e4821bd808a0286ed77eddd8a905e64b5ff03
parenta472af8bfdebe98e4e48a76b83e5424708cb42ef
Merge branch 'ty/move-protect-hfs-ntfs' into jch

The global configuration variables protect_hfs and protect_ntfs have
been migrated into struct repo_config_values to tie them to
per-repository configuration state.

* ty/move-protect-hfs-ntfs:
  environment: use 'repo->initialized' for repo_protect_hfs() and repo_protect_ntfs()
  environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
compat/mingw.c
environment.c
environment.h
read-cache.c