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
I like to use tig --all as a history browser and see the relations of branches (which branches is featurex branched off of/merged into…?)
Right now tig always opens (the main view) at the most recent commit (as determined by the commit ordering I guess). Even when you invoke it like tig rev2 rev1 it always selects the top commit, and you have scroll down or /-search or :goto rev.
It would be nice if, analogous to starting at a certain line number (tig +<number>), we could do something like tig :rev or maybe tig :goto=rev to immediately open it at the specified commit.
Maybe that could also be extended to execute arbitrary :-prompt-commands at startup.
The text was updated successfully, but these errors were encountered:
I like to use
tig --all
as a history browser and see the relations of branches (which branches is featurex branched off of/merged into…?)Right now tig always opens (the main view) at the most recent commit (as determined by the commit ordering I guess). Even when you invoke it like
tig rev2 rev1
it always selects the top commit, and you have scroll down or/
-search or:goto rev
.It would be nice if, analogous to starting at a certain line number (
tig +<number>
), we could do something liketig :rev
or maybetig :goto=rev
to immediately open it at the specified commit.Maybe that could also be extended to execute arbitrary
:
-prompt-commands at startup.The text was updated successfully, but these errors were encountered: