summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-14 08:58:45 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-14 08:58:45 +0000
commit8760ea6311a1c56f0d2c7bb31af840eb49f0f007 (patch)
tree64175800edfb457cbc59d5e68e4b1332617e5d80 /git-add.html
parent09a926d6ec97129942cd536be658e53510becc26 (diff)
downloadgit-htmldocs-8760ea6311a1c56f0d2c7bb31af840eb49f0f007.tar.gz
Autogenerated HTML docs for v1.5.4.4-551-g1658
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/git-add.html b/git-add.html
index 5ff570c90..355016d0a 100644
--- a/git-add.html
+++ b/git-add.html
@@ -535,16 +535,14 @@ patch
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>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
-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
-k - do not decide on this hunk now, and view the previous
- undecided hunk
-K - do not decide on this hunk now, and view the previous hunk
+<pre><tt>y - stage this hunk
+n - do not stage this hunk
+a - stage this and all the remaining hunks in the file
+d - do not stage this hunk nor any of the remaining hunks in the file
+j - leave this hunk undecided, see next undecided hunk
+J - leave this hunk undecided, see next hunk
+k - leave this hunk undecided, see previous undecided hunk
+K - leave this hunk undecided, see previous hunk
s - split the current hunk into smaller hunks
? - print help</tt></pre>
</div></div>
@@ -585,7 +583,7 @@ diff
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-Feb-2008 02:29:23 UTC
+Last updated 14-Mar-2008 08:58:15 UTC
</div>
</div>
</body>