Skip to content

Commit fd5858b

Browse files
Michael J Grubergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 06ff449 commit fd5858b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/git.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ where:
619619
contents of <old|new>,
620620
<old|new>-hex:: are the 40-hexdigit SHA1 hashes,
621621
<old|new>-mode:: are the octal representation of the file modes.
622-
623622
+
624623
The file parameters can point at the user's working file
625624
(e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file`

0 commit comments

Comments
 (0)