@@ -95,8 +95,8 @@ parser._transform = function(data, encoding, done) {
95
95
tree_hash_abbreviated = c [ 11 ] , // a1606ea
96
96
parent_hashes = c [ 13 ] , // 7082fa621bf93503fe173d06ada3c6111054a62b
97
97
parent_hashes_abbreviated = c [ 15 ] , // 7082fa6
98
- author_name = unquote ( c [ 17 ] ) , // Wallace Sidhrée
99
- author_name_mailmap = unquote ( c [ 19 ] ) , // Wallace Sidhrée
98
+ author_name = unquote ( c [ 17 ] ) , // Wallace Sidhrée
99
+ author_name_mailmap = unquote ( c [ 19 ] ) , // Wallace Sidhrée
100
100
author_email = c [ 21 ] , // i@dreamyguy .com
101
101
author_email_mailmap = c [ 23 ] , // i@dreamyguy .com
102
102
author_date = c [ 25 ] , // Fri Jan 3 14:16:56 2014 +0100
@@ -105,8 +105,8 @@ parser._transform = function(data, encoding, done) {
105
105
author_date_unix_timestamp = c [ 31 ] , // 1388755016
106
106
author_date_iso_8601 = c [ 33 ] , // 2014-01-03 14:16:56 +0100
107
107
author_date_iso_8601_strict = c [ 35 ] , // 2014-01-03T14:16:56+01:00
108
- committer_name = unquote ( c [ 37 ] ) , // Wallace Sidhrée
109
- committer_name_mailmap = unquote ( c [ 39 ] ) , // Wallace Sidhrée
108
+ committer_name = unquote ( c [ 37 ] ) , // Wallace Sidhrée
109
+ committer_name_mailmap = unquote ( c [ 39 ] ) , // Wallace Sidhrée
110
110
committer_email = c [ 41 ] , // i@dreamyguy .com
111
111
committer_email_mailmap = c [ 43 ] , // i@dreamyguy .com
112
112
committer_date = c [ 45 ] , // Fri Jan 3 14:16:56 2014 +0100
@@ -118,9 +118,9 @@ parser._transform = function(data, encoding, done) {
118
118
ref_names = unquote ( c [ 57 ] ) , // ""
119
119
ref_names_no_wrapping = unquote ( c [ 59 ] ) , // ""
120
120
encoding = c [ 61 ] , // ""
121
- subject = unquote ( c [ 63 ] ) , // Upgrade FontAwesome from 3.2.1 to 4.0.3"
121
+ subject = unquote ( c [ 63 ] ) , // Upgrade FontAwesome from 3.2.1 to 4.0.3"
122
122
subject_sanitized = c [ 65 ] , // Upgrade-FontAwesome-from-3.2.1-to-4.0.3"
123
- commit_notes = unquote ( c [ 67 ] ) , // ""
123
+ commit_notes = unquote ( c [ 67 ] ) , // ""
124
124
stats = sliceit ( c [ 69 ] ) ; // ` 9 files changed, 507 insertions(+), 2102 deletions(-)`
125
125
// vars that require manipulation
126
126
var time_array = author_date . split ( ' ' ) , // Fri Jan 3 14:16:56 2014 +0100 => [Fri, Jan, 3, 14:16:56, 2014, +0100]
0 commit comments