Documentation: avoid stray backslashes in core tutorial
commit70676e69a58025ff6e224bd6f0ed80ae1b158388
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 20 Aug 2010 10:37:51 +0000 (20 05:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Aug 2010 21:16:50 +0000 (20 14:16 -0700)
treef4483a3c804a73f978f41415455b9ec202abf877
parent4cacbf677d4747e02586ca6f12d16cf8b5dc34e8
Documentation: avoid stray backslashes in core tutorial

While at it:

 - remove some single-quotes that were being rendered as ’\n\';

 - do not escape ellipses (...) when they do not represent the
   literal three characters "...".  We may want to ensure the
   manpages render these as three ASCII periods to make the
   manual pages easier to search, but that would be a global
   output generation setting, not a context-specific thing;

Reported-by: Frédéric Brière <fbriere@fbriere.net>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitcore-tutorial.txt