commit 2845f9192535b10cfbda10fb3d9a19b0f28d1a5f
Author: Peter Lemenkov <[email protected]>
Date:   Thu Dec 26 18:11:53 2013 +0400

    Don't generate signature and stats - they are noisy
    
    Signed-off-by: Peter Lemenkov <[email protected]>

 otp-get-patches.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/otp-get-patches.sh b/otp-get-patches.sh
index d9ca70d..033db0e 100755
--- a/otp-get-patches.sh
+++ b/otp-get-patches.sh
@@ -42,7 +42,7 @@ tmpdir="$(mktemp -d --tmpdir="$PWD")"
 
 # Generate patch files
 pushd "$otp_dir"
-git format-patch -N -o "$tmpdir" "${otp_upstream}..${otp_fedora}" > 
"$tmpdir/patch-list.txt"
+git format-patch -N --no-signature --no-stat -o "$tmpdir" 
"${otp_upstream}..${otp_fedora}" > "$tmpdir/patch-list.txt"
 popd
 
 test -s "$tmpdir/patch-list.txt"
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to