-
Notifications
You must be signed in to change notification settings - Fork 612
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
tig-stash: pass through options / display only matching stashes #1022
Labels
component:stash
Stash
Comments
koutcher
added a commit
to koutcher/tig
that referenced
this issue
Jul 21, 2020
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
added a commit
to koutcher/tig
that referenced
this issue
Jul 23, 2020
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
added a commit
to koutcher/tig
that referenced
this issue
Jul 23, 2020
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
added a commit
to koutcher/tig
that referenced
this issue
Jul 24, 2020
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
added a commit
to koutcher/tig
that referenced
this issue
Oct 13, 2020
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
added a commit
to koutcher/tig
that referenced
this issue
Dec 13, 2020
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
added a commit
that referenced
this issue
Dec 13, 2020
As the stash reference does not necessarily match the line number anymore, take it from the output of git stash list. Closes #1022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tig log foo
will display only log entries forfoo
.It would be nice if
tig log foo
would only display stashes changingfoo
.I've not really investigated, but it might be as simple as passing through (some) options similar to how it is done for
tig log
.But e.g.
tig log -S "some pattern"
(also with specifyingHEAD
explicitly) results intig: No revisions match the given arguments.
(i.e. it behaves different fromgit log …
/ does not handle the-S
option already).So it appears that for tig-log already handling of options could benefit from passing through / handling more?
Currently
tig stash
appears to ignore any options/arguments (apart from-h
).The text was updated successfully, but these errors were encountered: