projects
/
quizzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f0f97
)
quizzes/git: Avoid escaped double-quotes when single-quotes will do
author
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 22:03:23 +0000
(17:03 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 22:03:23 +0000
(17:03 -0500)
quizzes/git.json
patch
|
blob
|
history
diff --git
a/quizzes/git.json
b/quizzes/git.json
index 1ecdc1f415736664d69dcbe4cfad7fe72e3b3dcd..c10a62a49f1b29ca377fbbe7763cd31985861758 100644
(file)
--- a/
quizzes/git.json
+++ b/
quizzes/git.json
@@
-93,7
+93,7
@@
"timeout": null,
"answer": [
"git add README",
- "git commit -m
\"Add a README\"
"
+ "git commit -m
'Add a README'
"
],
"setup": [
"export GIT_AUTHOR_NAME='A U Thor'",