You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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).
Fixesjonas#1146
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).
Fixesjonas#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).
Fixesjonas#1146
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
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.
The text was updated successfully, but these errors were encountered: