mirror of
https://github.com/git/git.git
synced 2026-06-19 15:39:47 +02:00
8e226977a4
The global configuration variable ignore_case (representing the core.ignorecase configuration) has been migrated into struct repo_config_values to tie it to a specific repository instance. * ty/migrate-ignorecase: config: use repo_ignore_case() to access core.ignorecase environment: move ignore_case into repo_config_values