git-add.txt: fix formatting of --patch section
Extra paragraphs should be prefixed with a plus sign. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
9deec58ad8
commit
46ada61ef1
@ -76,10 +76,10 @@ OPTIONS
|
|||||||
work tree and add them to the index. This gives the user a chance
|
work tree and add them to the index. This gives the user a chance
|
||||||
to review the difference before adding modified contents to the
|
to review the difference before adding modified contents to the
|
||||||
index.
|
index.
|
||||||
|
+
|
||||||
This effectively runs ``add --interactive``, but bypasses the
|
This effectively runs `add --interactive`, but bypasses the
|
||||||
initial command menu and directly jumps to `patch` subcommand.
|
initial command menu and directly jumps to the `patch` subcommand.
|
||||||
See ``Interactive mode'' for details.
|
See ``Interactive mode'' for details.
|
||||||
|
|
||||||
-e, \--edit::
|
-e, \--edit::
|
||||||
Open the diff vs. the index in an editor and let the user
|
Open the diff vs. the index in an editor and let the user
|
||||||
|
|||||||
Reference in New Issue
Block a user