summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31be5d8)
raw | patch | inline | side by side (parent: 31be5d8)
author | Valentin Haenel <valentin.haenel@gmx.de> | |
Thu, 5 May 2011 18:48:45 +0000 (20:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 May 2011 19:43:11 +0000 (12:43 -0700) |
This is documented in the section about the 'Interactive Mode', rather than for
the option '--patch', since this is the section is where people go to learn
about '--patch'.
Helped-by: Jeff King <peff@peff.net>
Mentored-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
the option '--patch', since this is the section is where people go to learn
about '--patch'.
Helped-by: Jeff King <peff@peff.net>
Mentored-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt | patch | blob | history |
index 7eebbefe7b6f665a8f6a5003eb37d7bcb3c196bd..f072b5964db0c9daa440feca56fccb7d305f1ae2 100644 (file)
This lets you choose one path out of a 'status' like selection.
After choosing the path, it presents the diff between the index
and the working tree file and asks you if you want to stage
- the change of each hunk. You can say:
+ the change of each hunk. You can select one of the following
+ options and type return:
y - stage this hunk
n - do not stage this hunk
+
After deciding the fate for all hunks, if there is any hunk
that was chosen, the index is updated with the selected hunks.
++
+You can omit having to type return here, by setting the configuration
+variable `interactive.singlekey` to `true`.
diff::