mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
refactor<CommitGraph>: using DrawingContext instead of Canvas to render commit graph; change max number of displaying commits from 8000 to 20000
This commit is contained in:
parent
bef6dbbb7c
commit
6480905be6
4 changed files with 130 additions and 93 deletions
|
@ -111,7 +111,7 @@ namespace SourceGit.UI {
|
|||
});
|
||||
|
||||
Task.Run(() => {
|
||||
var args = "-8000 ";
|
||||
var args = "-20000 ";
|
||||
if (repo.LogFilters.Count > 0) {
|
||||
args = args + string.Join(" ", repo.LogFilters);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue