summaryrefslogtreecommitdiff
path: root/Documentation/gitcore-tutorial.txt
diff options
context:
space:
mode:
authorJean-Noel Avila <jn.avila@free.fr>2015-05-12 17:23:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-12 20:08:13 (GMT)
commit975e382d13ba9ce98cd58820283464b6aaefbad1 (patch)
treeb3193969f159968c18ca66068467912c4b2c3329 /Documentation/gitcore-tutorial.txt
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-975e382d13ba9ce98cd58820283464b6aaefbad1.zip
git-975e382d13ba9ce98cd58820283464b6aaefbad1.tar.gz
git-975e382d13ba9ce98cd58820283464b6aaefbad1.tar.bz2
doc: fix unmatched code fences
This mismatch upsets the renderer on git-scm.com. Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r--Documentation/gitcore-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt
index d2d7c21..385a4b1 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`.