From: Markus Lehtonen Date: Tue, 8 Dec 2015 21:08:21 +0000 (+0200) Subject: manage.py: use --no-stat and --no-signature in format-patch X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=830cb9b306e4c5181d6fecc807484c8183ed9467;p=tools%2Fgit-buildpackage-rpm-testdata.git manage.py: use --no-stat and --no-signature in format-patch Just unneeded noise in the patches. Signed-off-by: Markus Lehtonen --- diff --git a/manage.py b/manage.py index c89b4e8..9f0b467 100755 --- a/manage.py +++ b/manage.py @@ -91,7 +91,8 @@ def git_cat_file(treeish): def git_write_patch(treeish, outfile): """Write patch with user-defined filename""" - cmd = ['git', 'format-patch', '-1', '--stdout', treeish] + cmd = ['git', 'format-patch', '-1', '--stdout', '--no-stat', + '--no-signature', treeish] LOG.debug("Running command: '%s'", ' '.join(cmd)) with open(outfile, 'w') as fobj: # Skip the first line of the patch that contains the commit sha1