-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
Looks like git stash show
doesn't get formatted by delta:
Using delta 0.0.16
on macOS.
Script to reproduce
export GIT_PAGER='delta --theme=TwoDark'
mkdir tst
cd tst
git init
printf "bar\nbaz\n" >foo_diff
printf "bar\nbaz\n" >foo_stash
git add foo*
git commit -m "Initial Commit"
printf "bat\n" >> foo_stash
git stash
printf "bat\n" >> foo_diff
git diff # Works with delta
git stash show # Doesn't.
luisdavim and travankor
Metadata
Metadata
Assignees
Labels
No labels