summaryrefslogtreecommitdiffstats
path: root/git-stash.html
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-stash.html
parent5f2627d81e2612a0dddd84a6160151a6780cb4a6 (diff)
downloadgit-htmldocs-9eb5835b38fac6607b8de10e1caf540866d94632.tar.gz
Autogenerated HTML docs for v1.7.5.1-249-gdbe9c
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-stash.html b/git-stash.html
index 657f70b07..65e42d843 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -420,7 +420,7 @@ git-stash(1) Manual Page
<em>git stash</em> drop [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> ( pop | apply ) [--index] [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> branch &lt;branchname&gt; [&lt;stash&gt;]
-<em>git stash</em> [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]]
+<em>git stash</em> [save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]]
<em>git stash</em> clear
<em>git stash</em> create</div>
<div class="verseblock-attribution">
@@ -449,7 +449,7 @@ is also possible).</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
-save [--patch] [--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]
+save [-p|--patch] [--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]
</dt>
<dd>
<p>
@@ -462,12 +462,13 @@ save [--patch] [--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]
</p>
<div class="paragraph"><p>If the <tt>--keep-index</tt> option is used, all changes already added to the
index are left intact.</p></div>
-<div class="paragraph"><p>With <tt>--patch</tt>, you can interactively select hunks from in the diff
+<div class="paragraph"><p>With <tt>--patch</tt>, you can interactively select hunks from the diff
between HEAD and the working tree to be stashed. The stash entry is
constructed such that its index state is the same as the index state
of your repository, and its worktree contains only the changes you
selected interactively. The selected changes are then rolled back
-from your worktree.</p></div>
+from your worktree. See the &#8220;Interactive Mode&#8221; section of
+<a href="git-add.html">git-add(1)</a> to learn how to operate the <tt>--patch</tt> mode.</p></div>
<div class="paragraph"><p>The <tt>--patch</tt> option implies <tt>--keep-index</tt>. You can use
<tt>--no-keep-index</tt> to override this.</p></div>
</dd>
@@ -713,7 +714,7 @@ xargs git log --merges --no-walk --grep=WIP</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-15 23:30:14 UTC
+Last updated 2011-05-11 20:08:54 UTC
</div>
</div>
</body>