Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ja/tutorial-asciidoctor-fix'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 22 May 2015 19:41:48 +0000
(12:41 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
7928eae
)
diff --git
a/Documentation/gitcore-tutorial.txt
b/Documentation/gitcore-tutorial.txt
index 8475c079325103fe102027fccd5f5f02818667f3..36e9ab3e16860be21e6bcdc6e2f7c6ff44aa4757 100644
(file)
--- 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`.