about summary refs log tree commit diff
path: root/users/wpcarro/dotfiles/gitconfig
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-10-07T17·07-0700
committerclbot <clbot@tvl.fyi>2022-10-07T18·58+0000
commit4d6267821ba2c969d14c0fe8c5325dd687863934 (patch)
tree3ee7ef53693668a13bb773b1644d30b7aeb5a799 /users/wpcarro/dotfiles/gitconfig
parenta572f8e23d1ef0fee861f809b402d5131b4d6da2 (diff)
feat(wpcarro/dotfiles): Use difftastic as git diff engine r/5054
Mostly good, but I'm not sure it works with `git diff --patch`. Not a big deal
though if true.

Change-Id: I268c52dd253f5b0f9dd462a1825206da5dd86dd2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6889
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/wpcarro/dotfiles/gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/dotfiles/gitconfig b/users/wpcarro/dotfiles/gitconfig
index a036b13081..f790625675 100644
--- a/users/wpcarro/dotfiles/gitconfig
+++ b/users/wpcarro/dotfiles/gitconfig
@@ -1,3 +1,5 @@
 [user]
 	name = "William Carroll"
 	email = "wpcarro@gmail.com"
+[diff]
+  external = difft