diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-11-13 17:45:46 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-14 00:26:37 -0800 |
commit | 46ada61ef1950eb19eae8647b5ac13adb3e14dd2 (patch) | |
tree | edb5c477981f264f353aaadaf875cb804c90c54c /Documentation/git-add.txt | |
parent | check-ref-format -h: it does not know the --print option yet (diff) | |
download | tgif-46ada61ef1950eb19eae8647b5ac13adb3e14dd2.tar.xz |
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.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 |