Skip to content

Commit ec22beb

Browse files
committed
Whitespace
1 parent d132063 commit ec22beb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/gitlogg-parse-json.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ parser._transform = function(data, encoding, done) {
9595
tree_hash_abbreviated = c[11], // a1606ea
9696
parent_hashes = c[13], // 7082fa621bf93503fe173d06ada3c6111054a62b
9797
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
100100
author_email = c[21], // i@dreamyguy.com
101101
author_email_mailmap = c[23], // i@dreamyguy.com
102102
author_date = c[25], // Fri Jan 3 14:16:56 2014 +0100
@@ -105,8 +105,8 @@ parser._transform = function(data, encoding, done) {
105105
author_date_unix_timestamp = c[31], // 1388755016
106106
author_date_iso_8601 = c[33], // 2014-01-03 14:16:56 +0100
107107
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
110110
committer_email = c[41], // i@dreamyguy.com
111111
committer_email_mailmap = c[43], // i@dreamyguy.com
112112
committer_date = c[45], // Fri Jan 3 14:16:56 2014 +0100
@@ -118,9 +118,9 @@ parser._transform = function(data, encoding, done) {
118118
ref_names = unquote(c[57]), // ""
119119
ref_names_no_wrapping = unquote(c[59]), // ""
120120
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"
122122
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]), // ""
124124
stats = sliceit(c[69]); // ` 9 files changed, 507 insertions(+), 2102 deletions(-)`
125125
// vars that require manipulation
126126
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

Comments
 (0)