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
When using tig --all all commits and branches are displayed.
The longest branch (more commits) is usually the one selected since the first commit on the commit history usually belongs to this branch.
tig's default behavior is to focus on the first commit. This can be confusing if the checked out branch is not the longest.
With that I'd like to request a feature, the ability to focus on the current commit when tig is launched.
This way, even if the commit history includes longer branches, tig would "scroll" the history to focus on the checked out commit (and branch).
The text was updated successfully, but these errors were encountered:
When using
tig --all
all commits and branches are displayed.The longest branch (more commits) is usually the one selected since the first commit on the commit history usually belongs to this branch.
tig
's default behavior is to focus on the first commit. This can be confusing if the checked out branch is not the longest.With that I'd like to request a feature, the ability to focus on the current commit when tig is launched.
This way, even if the commit history includes longer branches, tig would "scroll" the history to focus on the checked out commit (and branch).
The text was updated successfully, but these errors were encountered: