Removed first stash being shown in the graph
This commit is contained in:
parent
cbaeaf6cd0
commit
bf709f18c6
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user