Removed first stash being shown in the graph

This commit is contained in:
Abdelilah El Aissaoui 2024-05-08 18:10:23 +02:00
parent cbaeaf6cd0
commit bf709f18c6
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -33,7 +33,7 @@ class GetLogUseCase @Inject constructor() {
walk.markStartAllRefs(Constants.R_HEADS)
walk.markStartAllRefs(Constants.R_REMOTES)
walk.markStartAllRefs(Constants.R_TAGS)
walk.markStartAllRefs(Constants.R_STASH)
// walk.markStartAllRefs(Constants.R_STASH)
if (hasUncommittedChanges)
commitList.addUncommittedChangesGraphCommit(logList.first())