Fix Travis handling of a fully-numeric commit hash being YAML-converted ...
| ... | ... |
@@ -5,7 +5,7 @@ import yaml |
| 5 | 5 |
|
| 6 | 6 |
from env import commit_range |
| 7 | 7 |
|
| 8 |
-commit_format = '-%n hash: %h%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B' |
|
| 8 |
+commit_format = '-%n hash: "%h"%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B' |
|
| 9 | 9 |
|
| 10 | 10 |
gitlog = subprocess.check_output([ |
| 11 | 11 |
'git', 'log', '--reverse', |