mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
Change max commits to show in Histories view to 8000
This commit is contained in:
parent
951e08e9e0
commit
a8426fc085
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue