Browse Source

gitconfig: use hexdump for binary diff

Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
master
Alejandro Mery 8 years ago
committed by Alejandro Mery
parent
commit
3e147588b3
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      files/.gitconfig

+ 5
- 0
files/.gitconfig

@ -3,6 +3,8 @@
email = amery@geeks.cl
[color]
ui = auto
interactive = auto
diff = auto
status = auto
branch = auto
@ -24,3 +26,6 @@
default = tracking
[diff]
algorithm = patience
[diff "bin"]
textconv = hexdump -v -C

Loading…
Cancel
Save