mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue