summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-report
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-build-perf-report')
-rwxr-xr-xscripts/oe-build-perf-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index 39766135c6..ca9cf1d974 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -380,7 +380,7 @@ def auto_args(repo, args):
380 """Guess arguments, if not defined by the user""" 380 """Guess arguments, if not defined by the user"""
381 # Get the latest commit in the repo 381 # Get the latest commit in the repo
382 log.debug("Guessing arguments from the latest commit") 382 log.debug("Guessing arguments from the latest commit")
383 msg = repo.run_cmd(['log', '-1', '--all', '--format=%b']) 383 msg = repo.run_cmd(['log', '-1', '--branches', '--format=%b'])
384 for line in msg.splitlines(): 384 for line in msg.splitlines():
385 split = line.split(':', 1) 385 split = line.split(':', 1)
386 if len(split) != 2: 386 if len(split) != 2: