summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/review-patches2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review-patches b/scripts/review-patches
index d7547d0..cd4a77e 100755
--- a/scripts/review-patches
+++ b/scripts/review-patches
@@ -12,4 +12,4 @@ cleanup()
trap cleanup EXIT
git format-patch -o "$tempdir" ${1:-master}
-less -S "$tempdir"/*.patch
+cat "$tempdir"/*.patch | colordiff | less -RS '+/^From '