diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-15 00:26:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-15 00:26:51 -0800 |
commit | b7fba061e05d16fd2c61db5c279b6ad4db98aba4 (patch) | |
tree | 509338851a385fb00fae095e85ebcc16484652ba | |
parent | bash: add the merge option --ff-only (diff) | |
parent | git-add.txt: fix formatting of --patch section (diff) | |
download | tgif-b7fba061e05d16fd2c61db5c279b6ad4db98aba4.tar.xz |
Merge branch 'maint'
* maint:
git-add.txt: fix formatting of --patch section
-rw-r--r-- | Documentation/git-add.txt | 8 |
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 |