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
In diff window; if possible I want to apply git diff --color-words HEAD | less -r`` instead of git diff`, how can I achieve it?
The difference could be seens as below, where only the added character shown:
On linux terminal: $ git diff --ignore-blank-lines --color-words HEAD | less -r
On tig:
I have tried TIG_DIFF_OPTS="--ignore-blank-lines --color-words" tig, or TIG_DIFF_OPTS='--ignore-blank-lines --color-words' tig --word-diff=plain, which did not work properly. Example output:
I think this issue is considered as feature (#47) and still in progress.
The text was updated successfully, but these errors were encountered:
avatar-lavventura
changed the title
How to apply git diff --ignore-blank-lines --color-words HEAD | less -r in tig diff window
How to apply git diff --color-words HEAD | less -r in tig diff window
Jun 12, 2021
In
diff
window; if possible I want to applygit diff --color-words HEAD | less -r`` instead of
git diff`, how can I achieve it?The difference could be seens as below, where only the added character shown:
On linux terminal:
$ git diff --ignore-blank-lines --color-words HEAD | less -r
On
tig
:I have tried
TIG_DIFF_OPTS="--ignore-blank-lines --color-words" tig
, orTIG_DIFF_OPTS='--ignore-blank-lines --color-words' tig --word-diff=plain
, which did not work properly. Example output:I think this issue is considered as feature (#47) and still in progress.
The text was updated successfully, but these errors were encountered: