enhance: increase the number of commits to analyze in OVERVIEW tab to 40K

This commit is contained in:
leo 2024-09-24 10:00:31 +08:00
parent 1b63da45e5
commit 94a8139578
No known key found for this signature in database

View file

@ -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 -40000 --pretty=format:\"%ct$%aN\"";
} }
public Models.Statistics Result() public Models.Statistics Result()