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 viewing a diff in pager mode, tig appears to misread an unchanged line that starts with a hyphen (-) and interpret it as a deleted line. Here are some screenshots of this commit in pager mode, diff mode, and plain output from git.
tig, pager mode (using git show):
tig, diff mode (using tig show):
plain git output (using git --no-pager show):
Relevant configuration:
I have core.pager in my git config set to tig
I emptied my tigrc so that only the default settings were used.
The text was updated successfully, but these errors were encountered:
When viewing a diff in pager mode,
tig
appears to misread an unchanged line that starts with a hyphen (-
) and interpret it as a deleted line. Here are some screenshots of this commit in pager mode, diff mode, and plain output fromgit
.tig
, pager mode (usinggit show
):tig
, diff mode (usingtig show
):plain git output (using
git --no-pager show
):Relevant configuration:
core.pager
in my git config set totig
tigrc
so that only the default settings were used.The text was updated successfully, but these errors were encountered: