Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show all stashes #10

Open
plaffitt opened this issue Jul 18, 2024 · 1 comment
Open

Show all stashes #10

plaffitt opened this issue Jul 18, 2024 · 1 comment

Comments

@plaffitt
Copy link

plaffitt commented Jul 18, 2024

It would be nice to add a flag to show all stashes in the graph. A way to do it right now is git-foresta $(git reflog show --format="%h" stash). git reflog show --format="%h" stash list all stashes hashes, passing it as parameters to git-foresta which makes it display them. But being able to do this with a flag would be easier. I currently use an alias to do it.

@TamaMcGlinn
Copy link

TamaMcGlinn commented Jul 18, 2024

For what it's worth, vim-flog has this out-of-the-box. As of v2, vim-flog has it's own implementation rather than using git-foresta; you could ask about this in an issue in his repo if you want it in git-foresta. It looks like this:

Screenshot from 2024-07-18 18-03-48

@plaffitt plaffitt mentioned this issue Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants