diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-05 12:00:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-05 12:00:22 -0700 |
commit | 7c1ff53d5ffb0d16972452ed122849b3fbb1957f (patch) | |
tree | 3a54015c5925f956b1a32c32d2a7dc22682bb9f6 | |
parent | Merge branch 'jk/stripspace-asciidoctor-fix' into maint (diff) | |
parent | doc: fix unmatched code fences (diff) | |
download | tgif-7c1ff53d5ffb0d16972452ed122849b3fbb1957f.tar.xz |
Merge branch 'ja/tutorial-asciidoctor-fix' into maint
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
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 2 |
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`. |