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
Hi @vikhik, I'm guessing the problem is that in your Windows Terminal, delta is not finding an executable named "less"? You could investigate by using delta's --pager flag to specify an absolute path to less (all delta flags can be set in git config also, so that would be something like git config --global delta.pager AbsolutePathToLess.
Discussed in #1387
I'm getting the something similar to #1387 on Windows 11/Powershell, even after using
winget install -e jftuga.less
.But only with the common
git lg
alias: https://gist.github.com/johanmeiring/3002458Repro:
So it seems broken with
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
The text was updated successfully, but these errors were encountered: