dlvhdr / diffnav

A git diff pager based on delta but with a file tree, à la GitHub.
MIT License
257 stars 4 forks source link

Does not work with `git log` #28

Closed Myzel394 closed 2 weeks ago

Myzel394 commented 2 weeks ago

I've set up diffnav using:

[core]
    pager = diffnav

When running git log, nothing appears.

Workaround

Call git log using:

git --no-pager log
dlvhdr commented 2 weeks ago

Hey @Myzel394, this tool is not meant to be used with git log, only diff. I suggest not setting it as a pager for all things git, just as the diff pager. See the README for instructions