from my testing, override git configuration parameters passed to git via git -c are not honored - these should override the values in local/global .gitconfig files.
I have mostly-finished code that parses these and appends them to ConfigLoader. I'll open a PR soon.
from my testing, override git configuration parameters passed to
gitviagit -care not honored - these should override the values in local/global.gitconfigfiles.I have mostly-finished code that parses these and appends them to
ConfigLoader. I'll open a PR soon.