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

Fix stash view when using tig --all or tig revs #1147

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

koutcher
Copy link
Collaborator

This is a regression from #1030 due to a wrong handling of --all,
--branches, --remotes and revisions arguments in git stash list.
Workaround the issue by filtering them from %(revargs).

Fixes #1146

This is a regression from jonas#1030 due to a wrong handling of --all,
--branches, --remotes and revisions arguments in `git stash list`.
Workaround the issue by filtering them from %(revargs).

Fixes jonas#1146
Copy link
Owner

@jonas jonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@koutcher koutcher merged commit f92286a into jonas:master Oct 4, 2021
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

Successfully merging this pull request may close these issues.

Stash view shows the reflog when tig run with a branch name or the --all option
2 participants