Merge pull request #504 from Gama11/feature/statistics-mailmap

Respect .mailmap files in statistics
This commit is contained in:
leo
2024-09-23 22:54:52 +08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ namespace SourceGit.Commands
{
WorkingDirectory = repo;
Context = repo;
Args = $"log --date-order --branches --remotes -20000 --pretty=format:\"%ct$%an\"";
Args = $"log --date-order --branches --remotes -20000 --pretty=format:\"%ct$%aN\"";
}
public Models.Statistics Result()