From: Michael J Gruber Date: Thu, 14 Apr 2011 07:17:26 +0000 (+0200) Subject: git.txt: fix list continuation X-Git-Tag: v1.7.4.5~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd5858b49bd0672d96026a9cff690c2b8730cb0c;p=git.git git.txt: fix list continuation Remove a spurious empty line which prevented asciidoc from recognizing a list continuation mark ('+'), so that it does not get output literally any more. Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 0c32d4524..5a174bcfc 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -619,7 +619,6 @@ where: contents of , -hex:: are the 40-hexdigit SHA1 hashes, -mode:: are the octal representation of the file modes. - + The file parameters can point at the user's working file (e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file`