Reputation: 527
While using git, I noticed that my git GUI client (Git Extensions) shows all stashes I have if "show unrelated histories" is enabled - see below screenshot.
However, when looking at "git log" (git log --oneline --all --graph
), only stash@{0}
is visible, listed as refs/stash
(see below)
Can I configure git-log
to show all stashes, not just the stash at the top of the stack?
Upvotes: 1
Views: 52