summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-15 10:02:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-15 10:02:56 +0000
commite1b2683fe5d6d67aa52277a7a90966c3cec6ef93 (patch)
treea8daa09b76e908903adf7e40a61774563f24da72 /git-add.txt
parent0ecfa0f3ad17b8a498a5c93dc403de943888e1b8 (diff)
downloadgit-htmldocs-e1b2683fe5d6d67aa52277a7a90966c3cec6ef93.tar.gz
Autogenerated HTML docs for v1.6.5.2-185-gb7fba
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-add.txt b/git-add.txt
index 45ebf87ca..e93e606f4 100644
--- a/git-add.txt
+++ b/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