diff options
author | Jean-Noel Avila <jn.avila@free.fr> | 2015-05-12 19:23:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-12 13:08:13 -0700 |
commit | 975e382d13ba9ce98cd58820283464b6aaefbad1 (patch) | |
tree | b3193969f159968c18ca66068467912c4b2c3329 /Documentation | |
parent | Merge branch 'maint-1.9' into maint-2.0 (diff) | |
download | tgif-975e382d13ba9ce98cd58820283464b6aaefbad1.tar.xz |
doc: fix unmatched code fences
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>
Diffstat (limited to 'Documentation')
-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 d2d7c213dd..385a4b1012 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`. |