summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-22 12:12:47 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-22 12:12:47 -0700
commitc79bc6702f4840b87ed509d07c991bdc3cb2b5ee (patch)
tree26c1307f1ea539e070da0bf3e34ea14657848c5f /git-checkout.html
parente3f080d1c1d091db97eb840de39a5245a3c82f3e (diff)
downloadgit-htmldocs-c79bc6702f4840b87ed509d07c991bdc3cb2b5ee.tar.gz
Autogenerated HTML docs for v1.8.2.1-573-g118f6
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/git-checkout.html b/git-checkout.html
index e96339669..f734c98a1 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -994,6 +994,17 @@ Afterwards you will be ready to prepare your new files, repopulating the
working tree, by copying them from elsewhere, extracting a tarball, etc.</p></div>
</dd>
<dt class="hdlist1">
+--ignore-skip-worktree-bits
+</dt>
+<dd>
+<p>
+ In sparse checkout mode, <code>git checkout -- &lt;paths&gt;</code> would
+ update only entries matched by &lt;paths&gt; and sparse patterns
+ in $GIT_DIR/info/sparse-checkout. This option ignores
+ the sparse patterns and adds back any files in &lt;paths&gt;.
+</p>
+</dd>
+<dt class="hdlist1">
-m
</dt>
<dt class="hdlist1">
@@ -1349,7 +1360,7 @@ $ git add frotz</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-02-05 21:07:26 PST
+Last updated 2013-04-22 12:12:24 PDT
</div>
</div>
</body>