]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ty/migrate-trust-executable-bit' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jul 2026 17:33:51 +0000 (10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jul 2026 17:33:51 +0000 (10:33 -0700)
commit4873f289dd8a5b32a20ff92a3ef00171e438b84c
tree553996f472668b5fb21220339dbe938f687b9642
parent2790c83e4582832b6a5279db7d77d6d62a3ae8ad
parentdf2bc04e6937ba35b9a905a65dd0137627b46c8b
Merge branch 'ty/migrate-trust-executable-bit' into next

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