git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix mistakes in the documentation of git-add --interactive.
@ 2007-11-07 18:20 Benoit Sigoure
  2007-11-07 20:50 ` Michele Ballabio
  0 siblings, 1 reply; 7+ messages in thread
From: Benoit Sigoure @ 2007-11-07 18:20 UTC (permalink / raw)
  To: git; +Cc: gitster, Benoit Sigoure

This patch fixes a couple of language issues in the documentation
of the `patch' sub-command of git-add --interactive.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
---
 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 963e1ab..f7c02ff 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -202,8 +202,8 @@ patch::
 
        y - add the change from that hunk to index
        n - do not add the change from that hunk to index
-       a - add the change from that hunk and all the rest to index
-       d - do not the change from that hunk nor any of the rest to index
+       a - add the change from that hunk and all the remaining ones
+       d - do not the add change from that hunk and skip the remaining ones
        j - do not decide on this hunk now, and view the next
            undecided hunk
        J - do not decide on this hunk now, and view the next hunk
@@ -211,8 +211,8 @@ patch::
            undecided hunk
        K - do not decide on this hunk now, and view the previous hunk
 +
-After deciding the fate for all hunks, if there is any hunk
-that was chosen, the index is updated with the selected hunks.
+After deciding the fate of each hunk, the index is updated with the selected
+ones.
 
 diff::
 
-- 
1.5.3.4.398.g859b

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-07 22:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 18:20 [PATCH] Fix mistakes in the documentation of git-add --interactive Benoit Sigoure
2007-11-07 20:50 ` Michele Ballabio
2007-11-07 21:59   ` Benoit Sigoure
2007-11-07 22:02   ` Benoit Sigoure
2007-11-07 22:25     ` Johannes Schindelin
2007-11-07 22:28       ` Benoit Sigoure
2007-11-07 22:31       ` [PATCH v3] " Benoit Sigoure

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).