[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Mon Feb 7 06:56:02 MST 2011


The branch, master has been updated
       via  4a558ca script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat'
      from  4b7d049 s3-waf: add --with-automount option.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4a558ca9d8af8ab4772fd31818a76aa6235f02a0
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Feb 7 13:48:08 2011 +0100

    script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat'
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Mon Feb  7 14:55:10 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 script/autobuild.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 6c7b4c7..b029285 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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list