aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-11-13 17:45:46 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-14 00:26:37 -0800
commit46ada61ef1950eb19eae8647b5ac13adb3e14dd2 (patch)
treeedb5c477981f264f353aaadaf875cb804c90c54c /Documentation/git-add.txt
parent9deec58ad842fe9f2a2a221952e1eb351d3637e9 (diff)
downloadgit-46ada61ef1950eb19eae8647b5ac13adb3e14dd2.tar.gz
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>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r--Documentation/git-add.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 45ebf87ca3..e93e606f45 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -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