Skip to content

Commit

Permalink
Fix Travis handling of a fully-numeric commit hash being YAML-convert…
Browse files Browse the repository at this point in the history
…ed to a number instead of a string

Docker-DCO-1.0-Signed-off-by: Andrew Page <[email protected]> (github: tianon)
  • Loading branch information
tianon committed Jan 7, 2014
1 parent f9e14cc commit 3779291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/travis/dco.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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',
Expand Down

0 comments on commit 3779291

Please sign in to comment.