mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08: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;
|
WorkingDirectory = repo;
|
||||||
Context = 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()
|
public Models.Statistics Result()
|
||||||
|
|
Loading…
Reference in a new issue