summaryrefslogtreecommitdiffstats
path: root/git-checkout-index.txt
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.txt
parentf1fc6ca2d27889be2f7829e15054bc8067ae9bc6 (diff)
downloadgit-htmldocs-034a2ff96f3a3aa981e5ae4e242cefa4bd00323b.tar.gz
Autogenerated HTML docs for v2.35.1-225-ge2ac9
Diffstat (limited to 'git-checkout-index.txt')
-rw-r--r--git-checkout-index.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/git-checkout-index.txt b/git-checkout-index.txt
index 4d33e7be0..01dbd5cbf 100644
--- a/git-checkout-index.txt
+++ b/git-checkout-index.txt
@@ -12,6 +12,7 @@ SYNOPSIS
'git checkout-index' [-u] [-q] [-a] [-f] [-n] [--prefix=<string>]
[--stage=<number>|all]
[--temp]
+ [--ignore-skip-worktree-bits]
[-z] [--stdin]
[--] [<file>...]
@@ -37,8 +38,9 @@ OPTIONS
-a::
--all::
- 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 `--ignore-skip-worktree-bits`).
+ Cannot be used together with explicit filenames.
-n::
--no-create::
@@ -59,6 +61,10 @@ OPTIONS
write the content to temporary files. The temporary name
associations will be written to stdout.
+--ignore-skip-worktree-bits::
+ Check out all files, including those with the skip-worktree bit
+ set.
+
--stdin::
Instead of taking list of paths from the command line,
read list of paths from the standard input. Paths are