mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
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>
This commit is contained in:
parent
06ff44951a
commit
fd5858b49b
1 changed files with 0 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue