]> git.99rst.org Git - git.git/commit
Merge branch 'ty/move-protect-hfs-ntfs'
authorJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:21 +0000 (15:50 -0700)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:21 +0000 (15:50 -0700)
commit13f5190881de9dcca1dae206f628c8e6faab9689
treefe2da5a1f53d6626be1e844a04f6be584c2e33b9
parenta7f8e847722a398fd523f61931bf35b8bb5f4664
parenta472af8bfdebe98e4e48a76b83e5424708cb42ef
Merge branch 'ty/move-protect-hfs-ntfs'

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
git clone https://git.99rst.org/PROJECT