Skip to content

Commit

Permalink
git-add.txt: fix formatting of --patch section
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Nov 14, 2009
1 parent 9deec58 commit 46ada61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ OPTIONS
work tree and add them to the index. This gives the user a chance
to review the difference before adding modified contents to the
index.

This effectively runs ``add --interactive``, but bypasses the
initial command menu and directly jumps to `patch` subcommand.
See ``Interactive mode'' for details.
+
This effectively runs `add --interactive`, but bypasses the
initial command menu and directly jumps to the `patch` subcommand.
See ``Interactive mode'' for details.

-e, \--edit::
Open the diff vs. the index in an editor and let the user
Expand Down

0 comments on commit 46ada61

Please sign in to comment.