1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #3491 from tianon/travis-numeric-commit

Fix Travis handling of a fully-numeric commit hash being YAML-converted ...
This commit is contained in:
Tianon Gravi 2014-01-07 14:35:06 -08:00
commit b942f24ba8

View file

@ -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',