I have a respective includeIf directive in my gitconfig which changes user (name, email) for repos in the configured directory. While executing git 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).
I have a respective
includeIfdirective in my gitconfig which changes user (name, email) for repos in the configured directory. While executinggit config user.emailreturns the proper result,absorbtries to use the default global user (and asks to force the commit creation as it's being unable to find my commits).