[WIP] Stashes are now shown in the graph

This commit is contained in:
Abdelilah El Aissaoui 2023-11-09 01:34:53 +01:00
parent 22fd618b01
commit 0ea427cb49
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -33,6 +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)
if (hasUncommitedChanges)
commitList.addUncommitedChangesGraphCommit(logList.first())