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
Delta uses the width reported by the terminal, that seems to fail here so the fallback value of 80 is used. Which terminal or terminal multiplexer are you using on what OS?
I see .. I'm using Alacritty, starting a wsl1 on windows, there I use fish as the shell.
Interestingly it is working fine with other commands, like git diff, git show and git blame. So there must be a little difference how git log -p is trying to fetch the width from the terminal application.
Other commands work fine? git show HEAD (or git show HEAD | delta) uses the correct width, but git log -p HEAD [ | delta] does not (also when alternating between these commands repeatedly)? They all use the same terminal width logic. WSL1 not getting some terminal syscalls quite right isn't surprising, but this variation is :)
The code section within the output of
git log -p
is limited to 80 characters:Is this a bug or misconfiguration?
The text was updated successfully, but these errors were encountered: