commit 2845f9192535b10cfbda10fb3d9a19b0f28d1a5f Author: Peter Lemenkov lemenkov@gmail.com Date: Thu Dec 26 18:11:53 2013 +0400
Don't generate signature and stats - they are noisy
Signed-off-by: Peter Lemenkov lemenkov@gmail.com
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@lists.fedoraproject.org