Skip to content

Commit

Permalink
Merge branch 'ja/tutorial-asciidoctor-fix' into maint
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Jun 5, 2015
2 parents 413a715 + 975e382 commit 7c1ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gitcore-tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 7c1ff53

Please sign in to comment.