#!/bin/bash
GIT_ARGS="log --patch --stat --numstat"
diff -u <(git $GIT_ARGS) <(git $GIT_ARGS | ./target/release/delta --color-only | perl -pe 's/\e\[[0-9;]*m//g')
