aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitcore-tutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-22 12:41:48 -0700
committerJunio C Hamano <gitster@pobox.com>2015-05-22 12:41:48 -0700
commit236794f1eb85da0dbc83389ebe509476b0c8769e (patch)
tree10fba9bc4ae5762e674a23d7cc0acd41175c9de6 /Documentation/gitcore-tutorial.txt
parent7928eae1dd971f4411ead609cddc3a71523e031f (diff)
parent975e382d13ba9ce98cd58820283464b6aaefbad1 (diff)
downloadgit-236794f1eb85da0dbc83389ebe509476b0c8769e.tar.gz
Merge branch 'ja/tutorial-asciidoctor-fix'
A literal block in the tutorial had lines with unequal lengths to delimit it from the rest of the document, which choke GitHub's AsciiDoc renderer. * ja/tutorial-asciidoctor-fix: doc: fix unmatched code fences
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 8475c07932..36e9ab3e16 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`.