Use local git conf in widget operations
review d362a447e5b36260959d81ee2e46b13f068151d6 (it did not use the local git configuration)
it should be added as a default config for git operations in my opinion.
What? It is very simple: we need to check how to extract the git config using jgit during widget operation runtime.
yes and we also need to apply it. Left this issue to @tomerdragucki because he is lacking some and also he has experience with working with jgit because of the last 2 jgit's issues he had
@tomerdragucki check this ad7b4bd8e610f488b1d4bd74a840d77600438006
@tomerdragucki I guess this won't be fixed?
Unfortunately couldn't find a solution... I saw that jgit used to have a bug of ignoring autocrlf so maybe it's that. :/