From 4a558ca9d8af8ab4772fd31818a76aa6235f02a0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 7 Feb 2011 13:48:08 +0100 Subject: script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat' metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Feb 7 14:55:10 CET 2011 on sn-devel-104 --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/autobuild.py') diff --git a/script/autobuild.py b/script/autobuild.py index 6c7b4c7943..b02928574a 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -334,7 +334,7 @@ def rebase_tree(url): sys.exit(0) run_cmd("git describe master/master", show=True, dir=test_master) run_cmd("git describe HEAD", show=True, dir=test_master) - run_cmd("git --no-pager diff HEAD master/master | diffstat", show=True, dir=test_master) + run_cmd("git --no-pager diff --stat HEAD master/master", show=True, dir=test_master) def push_to(url): print("Pushing to %s" % url) -- cgit