You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that looks like a major overhaul on how the config file system is working. Not even git can do it, after all one must specify the destination of any configuration file changes.
A valid fix would be to not allow changing files with includes - just silently discarding changes is definitely not the correct way of handling this.
Well, another way would be to just pull the section where you do your change back in the main config, or maybe have it twice (can a section be coumpounded?).
cf guyzmo/git-repo#153 when it edits the
gitconfig
where there is multiple includes, it does not save the modifications in one of the includes.The place of usage is here. The place where the configuration is extracted is there and stored over there.
The text was updated successfully, but these errors were encountered: