mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
Change max commits to show in Histories view to 8000
This commit is contained in:
@@ -84,7 +84,7 @@ namespace SourceGit.UI {
|
||||
});
|
||||
|
||||
Task.Run(() => {
|
||||
var args = "-5000 ";
|
||||
var args = "-8000 ";
|
||||
if (repo.LogFilters.Count > 0) {
|
||||
args = args + string.Join(" ", repo.LogFilters);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user