Closed
Description
When I set GIT_PAGER=
, git correctly does not send output through delta. However, if I set PAGER=
, delta still sends output to a pager.
My use case is that I want to get the highlighting, etc. from delta, but without launching a pager: PAGER= GIT_PAGER=delta git diff
(rust-lang/rust#78752).
Metadata
Metadata
Assignees
Labels
No labels