1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Use difftastic for git

This commit is contained in:
Dan Barber 2024-03-23 19:26:39 -05:00
parent 9ef7a2cef9
commit 80f3cdae73

View File

@ -12,9 +12,16 @@
clean = git-lfs clean %f
smudge = git-lfs smudge %f
[diff]
tool = Kaleidoscope
external = difft
tool = difftastic
[difftool]
prompt = false
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
[alias]
ksdiff = difftool -yt Kaleidoscope
[tig]