summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-11 20:09:24 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-11 20:09:24 +0000
commit9eb5835b38fac6607b8de10e1caf540866d94632 (patch)
tree68c27c30d12648c1366a0a1cfcdc7a64692c49de /git-add.txt
parent5f2627d81e2612a0dddd84a6160151a6780cb4a6 (diff)
downloadgit-htmldocs-9eb5835b38fac6607b8de10e1caf540866d94632.tar.gz
Autogenerated HTML docs for v1.7.5.1-249-gdbe9c
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-add.txt b/git-add.txt
index 35cb5d3f6..9c1d39572 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -274,7 +274,8 @@ patch::
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
@@ -293,6 +294,9 @@ patch::
+
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::