Merge branch 'ja/tutorial-asciidoctor-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:48 +0000 (12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:48 +0000 (12:41 -0700)
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

Documentation/gitcore-tutorial.txt
index 8475c079325103fe102027fccd5f5f02818667f3..36e9ab3e16860be21e6bcdc6e2f7c6ff44aa4757 100644 (file)
@@ -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`.