[WIP] Stashes are now shown in the graph
This commit is contained in:
parent
22fd618b01
commit
0ea427cb49
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user