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

1  2 
Documentation/gitcore-tutorial.txt
index 8475c079325103fe102027fccd5f5f02818667f3,385a4b1012cb5862f736340ae46f643429ad1b28..36e9ab3e16860be21e6bcdc6e2f7c6ff44aa4757
@@@ -259,7 -259,7 +259,7 @@@ index 557db03..263414f 10064
  @@ -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`.
  
@@@ -1667,7 -1667,7 +1667,7 @@@ linkgit:gittutorial[7]
  linkgit:gittutorial-2[7],
  linkgit:gitcvs-migration[7],
  linkgit:git-help[1],
 -link:everyday.html[Everyday git],
 +linkgit:giteveryday[7],
  link:user-manual.html[The Git User's Manual]
  
  GIT