]> git.99rst.org Git - git.git/commit
Merge branch 'ty/migrate-excludes-file'
authorJunio C Hamano <redacted>
Thu, 30 Jul 2026 17:32:03 +0000 (10:32 -0700)
committerJunio C Hamano <redacted>
Thu, 30 Jul 2026 17:32:03 +0000 (10:32 -0700)
commitfc1e7582e6a2e3666d5dbc50ad7c22b716cfd6ec
tree075765867c92b71fdfadbeec44e9c968354acb67
parent48d45c7a41011b089b09ff474e70d1b5c3e5053d
parent5eac7ac7151a27025386d48e21c4608115a16db6
Merge branch 'ty/migrate-excludes-file'

The 'excludes_file' and various other global configuration variables
(including 'editor_program', 'pager_program', 'askpass_program', and
'push_default') have been migrated into the per-repository structure.

* ty/migrate-excludes-file:
  repository: adjust the comment of config_values_private_
  environment: move object_creation_mode into repo_config_values
  environment: move autorebase into repo_config_values
  environment: move push_default into repo_config_values
  environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
  environment: move askpass_program into repo_config_values
  environment: move pager_program into repo_config_values
  environment: move editor_program into repo_config_values
  environment: move excludes_file into repo_config_values
  repository: introduce repo_config_values_clear()
apply.c
branch.c
builtin/push.c
dir.c
environment.c
environment.h
object-file.c
remote.c
repository.c
repository.h
git clone https://git.99rst.org/PROJECT