-
Notifications
You must be signed in to change notification settings - Fork 620
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
feature request: toggle between all / only the given commits in --stdin
mode
#1355
Comments
Why would you need a script when you can do directly |
Neat. But it seems I can't give it As for |
Oh and more over: Would be nice if the same commit could stay selected in the main view in that direction. |
This is implemented in master. |
I assume you mean 914c617 which is however "only" the later comment, right? (thanks btw) Or would there be also already any colour highlighting? |
You assume correctly, Tig doesn't have highlighting. If you need to highlight some commits, you can however use the |
Hmm, not sure whether this is really the same than having colour highlighting. I mean it would show it as text, which would make it again much harder to spot such lines. But thanks anyway :-) |
Hey.
I have a script, which does about like that:
so I can call
myscript 100,200:someFile
andtig
will show me only the commits which touched lines 100-200 as of the currentHEAD
, which is quite nice.But often it would then be handy to actually see the other commits, too, like in the main view… e.g. maybe having some key where one can toggle between showing only the commits given via stdin, and also all others.
If all are shown, it would be nice if there was some colour distinction (especially in the main view), and maybe two keys, which allow me to jump to the next/previous of the selected ones, amongst all.
Thanks,
Chris.
The text was updated successfully, but these errors were encountered: