From: Jean-Noel Avila Date: Tue, 12 May 2015 17:23:20 +0000 (+0200) Subject: doc: fix unmatched code fences X-Git-Tag: v2.4.3~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=975e382d13ba9ce98cd58820283464b6aaefbad1;p=thirdparty%2Fgit.git doc: fix unmatched code fences This mismatch upsets the renderer on git-scm.com. Signed-off-by: Jean-Noel Avila Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index d2d7c213dd..385a4b1012 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -259,7 +259,7 @@ index 557db03..263414f 100644 @@ -1 +1,2 @@ Hello World +It's a new day for git ----- +------------ i.e. the diff of the change we caused by adding another line to `hello`.