Browse code

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

Fix Travis handling of a fully-numeric commit hash being YAML-converted ...

Tianon Gravi authored on 2014/01/08 07:35:06
Showing 1 changed files
... ...
@@ -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',