diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-04-14 09:17:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-14 09:19:51 -0700 |
commit | fd5858b49bd0672d96026a9cff690c2b8730cb0c (patch) | |
tree | e2ad2cc28c61ba3df0f615f30565c02ff11bde79 /Documentation | |
parent | 06ff44951a233c2e3dee4f072430ac68306f9bf0 (diff) | |
download | git-fd5858b49bd0672d96026a9cff690c2b8730cb0c.tar.gz |
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 <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 <old|new>, <old|new>-hex:: are the 40-hexdigit SHA1 hashes, <old|new>-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` |