Commit 7adae96d authored by Kirill Smelkov's avatar Kirill Smelkov

xdiff: Use git diff

parent e3642039
#!/bin/sh
diff "$@" | colordiff | less -SRXF
git diff --no-index "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment