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

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

Closed
mamuf opened this issue Sep 17, 2021 · 0 comments · Fixed by #1147
Closed

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

mamuf opened this issue Sep 17, 2021 · 0 comments · Fixed by #1147

Comments

@mamuf
Copy link

mamuf commented Sep 17, 2021

Trying to show the stash view when I run tig --all shows reflog with the stash view options instead of stash. I experience the same behaviour when I open tig with a specific branch name (tig <branch>).

When I run tig without options, the stash view works as expected.

I have the latest version of tig, 2.5.4, on macOS via Homebrew.

@mamuf mamuf changed the title Stash view shows basically the reflog when tig run with --all option Stash view shows the reflog when tig run with a branch name or the --all option Sep 17, 2021
koutcher added a commit to koutcher/tig that referenced this issue Sep 19, 2021
This is a regression from jonas#1030 due to a wrong handling of --all and
revisions arguments in `git stash list`. Workaround the issue by
filtering them from %(revargs).

Fixes jonas#1146
koutcher added a commit to koutcher/tig that referenced this issue Sep 20, 2021
This is a regression from jonas#1030 due to a wrong handling of --all and
revisions arguments in `git stash list`. Workaround the issue by
filtering them from %(revargs).

Fixes jonas#1146
koutcher added a commit to koutcher/tig that referenced this issue Sep 20, 2021
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
koutcher added a commit that referenced this issue Oct 4, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants