projects
/
quizzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39b2eb
)
quizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL
author
W. Trevor King
<wking@tremily.us>
Thu, 14 Feb 2013 15:38:51 +0000
(10:38 -0500)
committer
W. Trevor King
<wking@tremily.us>
Thu, 14 Feb 2013 15:38:51 +0000
(10:38 -0500)
quizzes/git.json
patch
|
blob
|
history
diff --git
a/quizzes/git.json
b/quizzes/git.json
index 20c7aafcd2f32e3ee41d94e54311841017367ca2..bc30d9fa81d60905b5f838d782af91ad35ff66a8 100644
(file)
--- a/
quizzes/git.json
+++ b/
quizzes/git.json
@@
-193,7
+193,7
@@
],
"setup": [
"export GIT_AUTHOR_NAME='A U Thor'",
-
"export GIT_AUTHOR_EMAIL=author@example.com",
+ "export GIT_AUTHOR_EMAIL=author@example.com",
"export GIT_COMMITTER_NAME='C O Mitter'",
"export GIT_COMMITTER_EMAIL=committer@example.com",
"export GIT_AUTHOR_DATE=1970-01-01T00:00:00Z",