changeset 257:bbd1adb262fd

zsh does not like "`" in << EOF
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 05 Jun 2012 21:52:44 +0200
parents 909a3a079daf
children 8337bb3bb958
files docs/tutorials/tutorial.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/tutorials/tutorial.t	Tue Jun 05 21:42:12 2012 +0200
+++ b/docs/tutorials/tutorial.t	Tue Jun 05 21:52:44 2012 +0200
@@ -11,7 +11,7 @@
   > [diff]
   > git = 1
   > [alias]
-  > # `-d '0 0'` means that the new commit will be at January 1st 1970.
+  > # "-d '0 0'" means that the new commit will be at January 1st 1970.
   > # This is used for stable hash during test
   > amend = amend -d '0 0'
   > [extensions]