From: Wayne Davison Date: Sun, 16 Jan 2022 01:20:11 +0000 (-0800) Subject: Use standard "git diff" for full diff highlighting support. X-Git-Tag: v3.2.4pre2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb0b41587c9ce3479685e339bd1f4bd864473c7b;p=thirdparty%2Frsync.git Use standard "git diff" for full diff highlighting support. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index 0ffc1095..1d1e6cc2 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -230,7 +230,7 @@ About to: cmd_chk(['packaging/year-tweak']) print(dash_line) - cmd_run("git diff --color | less -p '^diff .*'") + cmd_run("git diff") srctar_name = f"{rsync_ver}.tar.gz" pattar_name = f"rsync-patches-{version}.tar.gz"