diff --git a/hack/travis/dco.py b/hack/travis/dco.py index 6a875863a1..cab26fedd7 100755 --- a/hack/travis/dco.py +++ b/hack/travis/dco.py @@ -5,7 +5,7 @@ import yaml from env import commit_range -commit_format = '-%n hash: %h%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B' +commit_format = '-%n hash: "%h"%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B' gitlog = subprocess.check_output([ 'git', 'log', '--reverse',