absorb does't take includeIf
gitconfig into account
#112
Labels
upstream
Blocked on upstream libgit2/git2rs
includeIf
gitconfig into account
#112
I have a respective
includeIf
directive in my gitconfig which changes user (name, email) for repos in the configured directory. While executinggit config user.email
returns the proper result,absorb
tries to use the default global user (and asks to force the commit creation as it's being unable to find my commits).The text was updated successfully, but these errors were encountered: