mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
Merge pull request #504 from Gama11/feature/statistics-mailmap
Respect .mailmap files in statistics
This commit is contained in:
commit
0d565f84c3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue