Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upincluded config files should be processed right away, and not just after the current file is already loaded #701
Labels
Comments
Thanks for making the issue clear! I wonder if the fix for that already landed, as I vaguely remember a fix for something similar having been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't know at all (or just successfully forgotten) that git allows to include other config files.
While making a humble attempt at #700 I did RTFM to see
So, with the sample git config files in #700 you would get
whenever the test added in #700 (https://github.com/gitpython-developers/GitPython/pull/700/files#diff-1d9cdcd948df3c80edc698aac95bfa27R100) reveals that GitPython does not "load right away". Since I felt that it is a bit of a big RF to do, didn't attempt it yet