From fd5858b49bd0672d96026a9cff690c2b8730cb0c Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Thu, 14 Apr 2011 09:17:26 +0200 Subject: [PATCH] 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 --- Documentation/git.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/git.txt b/Documentation/git.txt index 0c32d45248..5a174bcfc5 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` -- 2.11.4.GIT