]> git.99rst.org Git - git.git/commit
Merge branch 'ty/migrate-trust-executable-bit'
authorJunio C Hamano <redacted>
Thu, 30 Jul 2026 17:32:02 +0000 (10:32 -0700)
committerJunio C Hamano <redacted>
Thu, 30 Jul 2026 17:32:02 +0000 (10:32 -0700)
commit48d45c7a41011b089b09ff474e70d1b5c3e5053d
tree1f25932dff1184ee564891a2b9217824aa442241
parent818eb57007db6a492346e65b365609f0072891e2
parentdf2bc04e6937ba35b9a905a65dd0137627b46c8b
Merge branch 'ty/migrate-trust-executable-bit'

The 'trust_executable_bit' (coming from the 'core.filemode'
configuration) has been migrated into 'struct repo_config_values' to
tie it to a specific repository instance.

* ty/migrate-trust-executable-bit:
  environment: move has_symlinks into repo_config_values
  environment: move trust_executable_bit into repo_config_values
  read-cache: pass 'repo' to 'ce_mode_from_stat()'
  read-cache: remove redundant extern declarations
apply.c
builtin/update-index.c
combine-diff.c
compat/mingw.c
entry.c
environment.c
environment.h
read-cache.c
git clone https://git.99rst.org/PROJECT