Skip to content

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

Merged
koutcher merged 1 commit intojonas:masterfrom
koutcher:gh-1146-stash-all
Oct 4, 2021
Merged

Fix stash view when using tig --all or tig revs#1147
koutcher merged 1 commit intojonas:masterfrom
koutcher:gh-1146-stash-all

Conversation

@koutcher
Copy link
Copy Markdown
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
Copy Markdown
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
@koutcher koutcher deleted the gh-1146-stash-all branch February 6, 2025 18:18
@koutcher koutcher restored the gh-1146-stash-all branch February 6, 2025 18:36
vxsl pushed a commit to vxsl/tig that referenced this pull request Mar 18, 2026
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
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