Browse Source

Merge branch 'maint'

* maint:
  git-add.txt: fix formatting of --patch section
maint
Junio C Hamano 15 years ago
parent
commit
b7fba061e0
  1. 6
      Documentation/git-add.txt

6
Documentation/git-add.txt

@ -76,9 +76,9 @@ 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::

Loading…
Cancel
Save