summaryrefslogtreecommitdiffstats
path: root/git-checkout-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-17 16:40:11 -0800
committerJunio C Hamano <gitster@pobox.com>2022-02-17 16:40:11 -0800
commit034a2ff96f3a3aa981e5ae4e242cefa4bd00323b (patch)
tree1c5b32a38d12b6114e1c6c3552b897e87f5140b0 /git-checkout-index.html
parentf1fc6ca2d27889be2f7829e15054bc8067ae9bc6 (diff)
downloadgit-htmldocs-034a2ff96f3a3aa981e5ae4e242cefa4bd00323b.tar.gz
Autogenerated HTML docs for v2.35.1-225-ge2ac9
Diffstat (limited to 'git-checkout-index.html')
-rw-r--r--git-checkout-index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-checkout-index.html b/git-checkout-index.html
index 0048e90a9..3ed1093ea 100644
--- a/git-checkout-index.html
+++ b/git-checkout-index.html
@@ -752,6 +752,7 @@ git-checkout-index(1) Manual Page
<pre class="content"><em>git checkout-index</em> [-u] [-q] [-a] [-f] [-n] [--prefix=&lt;string&gt;]
[--stage=&lt;number&gt;|all]
[--temp]
+ [--ignore-skip-worktree-bits]
[-z] [--stdin]
[--] [&lt;file&gt;&#8230;]</pre>
<div class="attribution">
@@ -811,8 +812,9 @@ git-checkout-index(1) Manual Page
</dt>
<dd>
<p>
- checks out all files in the index. Cannot be used
- together with explicit filenames.
+ checks out all files in the index except for those with the
+ skip-worktree bit set (see <code>--ignore-skip-worktree-bits</code>).
+ Cannot be used together with explicit filenames.
</p>
</dd>
<dt class="hdlist1">
@@ -857,6 +859,15 @@ git-checkout-index(1) Manual Page
</p>
</dd>
<dt class="hdlist1">
+--ignore-skip-worktree-bits
+</dt>
+<dd>
+<p>
+ Check out all files, including those with the skip-worktree bit
+ set.
+</p>
+</dd>
+<dt class="hdlist1">
--stdin
</dt>
<dd>
@@ -1009,7 +1020,7 @@ into the file <code>.merged-Makefile</code>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2022-02-17 16:38:18 PST
</div>
</div>
</body>