Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Closed
Labels
Description
I have git-branchless setup in this repository and for the longest time I was confounded, whyset_tracking_branch
did not work (anymore).
Turns out, git-branchless adds an[include]
section to the.git/config
file and this causes GitPython to quietly skip writing the config changes back that are necessary forset_tracking_branch
to have any effect.
Could we maybe setmerge_includes=False
for the config_writer; at least in the Head class?