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
commit 0d565f84c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()