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

Pass stash args through #1030

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Conversation

koutcher
Copy link
Collaborator

@koutcher koutcher commented Aug 1, 2020

As the stash reference does not necessarily match the line number anymore,
take it from the output of git stash list.

Closes #1022

As the stash reference does not necessarily match the line number anymore,
take it from the output of git stash list.

Closes jonas#1022
@koutcher koutcher merged commit 31b7f74 into jonas:master Dec 13, 2020
koutcher added a commit to koutcher/tig that referenced this pull request 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 pull request 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 pull request 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 pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tig-stash: pass through options / display only matching stashes
1 participant