Skip to content

Commit

Permalink
script/autobuild.py: git diff has a '--stat' option, no need to use '…
Browse files Browse the repository at this point in the history
…diffstat'

metze

Autobuild-User: Stefan Metzmacher <[email protected]>
Autobuild-Date: Mon Feb  7 14:55:10 CET 2011 on sn-devel-104
  • Loading branch information
metze-samba committed Feb 7, 2011
1 parent 4b7d049 commit 4a558ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a558ca

Please sign in to comment.