Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: fix unmatched code fences
author
Jean-Noel Avila
<jn.avila@free.fr>
Tue, 12 May 2015 17:23:20 +0000
(19:23 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 May 2015 20:08:13 +0000
(13:08 -0700)
This mismatch upsets the renderer on git-scm.com.
Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitcore-tutorial.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
282616c
)
diff --git
a/Documentation/gitcore-tutorial.txt
b/Documentation/gitcore-tutorial.txt
index d2d7c213dd56f3886b7ab7e3651e1e80eec3b2ef..385a4b1012cb5862f736340ae46f643429ad1b28 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`.