projects
/
quizzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841cb2e
)
quizzes/git: Don't timeout during the 'gitignore' question
v0.1
author
W. Trevor King
<wking@tremily.us>
Thu, 7 Feb 2013 01:20:44 +0000
(20:20 -0500)
committer
W. Trevor King
<wking@tremily.us>
Thu, 7 Feb 2013 01:20:44 +0000
(20:20 -0500)
In case the user decides to spawn an editor to tweak .gitignore.
quizzes/git.json
patch
|
blob
|
history
diff --git
a/quizzes/git.json
b/quizzes/git.json
index a5fc1dcc0c09b0026c1a52aa23d261024d23ea29..eb841b3fd4cdf784f712d76d615305c6a1f9d83c 100644
(file)
--- a/
quizzes/git.json
+++ b/
quizzes/git.json
@@
-640,6
+640,7
@@
"interpreter": "sh",
"id": "gitignore",
"prompt": "Tell git to ignore files ending with `~`.",
+ "timeout": null,
"answer": "echo '*~' > .gitignore",
"setup": [
"git init"