mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -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(() => {
|
Task.Run(() => {
|
||||||
var args = "-5000 ";
|
var args = "-8000 ";
|
||||||
if (repo.LogFilters.Count > 0) {
|
if (repo.LogFilters.Count > 0) {
|
||||||
args = args + string.Join(" ", repo.LogFilters);
|
args = args + string.Join(" ", repo.LogFilters);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue