Merge "Ignore content of merge commits in reporting"
This commit is contained in:
commit
7a85ba60cf
@ -539,8 +539,8 @@ def assert_one_change(remote, branch, yes, have_hook):
|
|||||||
use_color = "--color=%s" % color
|
use_color = "--color=%s" % color
|
||||||
else:
|
else:
|
||||||
use_color = ""
|
use_color = ""
|
||||||
cmd = "git log %s --decorate --oneline HEAD --not remotes/%s/%s --" % (
|
cmd = ("git log %s --decorate --oneline HEAD --not --remotes=%s" % (
|
||||||
use_color, remote, branch)
|
use_color, remote))
|
||||||
(status, output) = run_command_status(cmd)
|
(status, output) = run_command_status(cmd)
|
||||||
if status != 0:
|
if status != 0:
|
||||||
print("Had trouble running %s" % cmd)
|
print("Had trouble running %s" % cmd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user