mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 13:51:15 +08:00
Merge pull request #504 from Gama11/feature/statistics-mailmap
Respect .mailmap files in statistics
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user