GIT .mailmap works per repo, but not in global, why?
I have a group of repos and I have a .mailmap file to combine user names. My .mailmap file works for all the repos, when it is in the root of each. I tried to put the file in my ~/.gitconfig file and it doesn't work. Im using Git for Windows and in my global .gitconfig file I added this: >> git config --global mailmap.file "~/.mailmap" Thats the command I used. Also tried the log shown below. [log] mailmap = ~/.mailmap [mailmap] file = C:/Documents and Settings/<username>/.mailmap Both lead to the same file location, but it doesn't seem to honor this file when using git-shortlog Any