mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
## About The Pull Request `tools/hooks/install.py` iterates through all git config entries, and tries to remove any merge drivers it finds. However, this includes global `~/.gitconfig` entries and such, which will result in an error if you have any merge drivers defined in the global config. I made it so it will only check local (`.git/config`) entries for merge drivers. ## Why It's Good For The Game fixes a rare but still annoying edge-case error ## Changelog No user-facing changes, this is only a fix for development tools.
3.5 KiB
3.5 KiB