What version of bat are you using?
bat 0.15.4
Describe the bug you encountered:
When using bat as the core pager git config --global core.pager bat and using it with git lg using git config --global alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
The performance of git lg on a long history is noticeablely slower compared to that of less. This happens in both CMD and Windows Terminal. Though it is more noticeable in Windows
Describe what you expected to happen?
Performance should be comparable to less, maybe about 10% slower, but you can see it rendering.
How did you install bat?
scoop
[paste the output of info.sh here]
Microsoft Windows [Version 10.0.19041.450]
What version of
batare you using?bat 0.15.4
Describe the bug you encountered:
When using
batas the core pagergit config --global core.pager batand using it withgit lgusinggit config --global alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commitThe performance of
git lgon a long history is noticeablely slower compared to that of less. This happens in both CMD and Windows Terminal. Though it is more noticeable in WindowsDescribe what you expected to happen?
Performance should be comparable to less, maybe about 10% slower, but you can see it rendering.
How did you install
bat?scoop
[paste the output of
info.shhere]Microsoft Windows [Version 10.0.19041.450]