]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
do not include merge commit messages
authorAlfredo Deza <adeza@redhat.com>
Tue, 22 Dec 2015 20:30:51 +0000 (15:30 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 23 Dec 2015 14:20:20 +0000 (09:20 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pr-commits/build/build

index a4d9aecd8ed6ae9c33b7c9ca0c2332e610f624fb..8d6845087e0595a06b49fa64c86e1b62abe18a5e 100644 (file)
@@ -5,7 +5,7 @@ import os
 target_branch = os.getenv('ghprbTargetBranch', 'master')
 source_branch = os.getenv('ghprbSourceBranch', 'HEAD')
 
-command = ['git', 'log', '%s..%s' % (target_branch, source_branch)]
+command = ['git', 'log', '--no-merges', '%s..%s' % (target_branch, source_branch)]
 
 
 process = Popen(