Merge branch 'bc/checkout-tracking-name-plug-leak'
[gitweb.git] / Documentation / git-checkout.txt
index bf0c99c5397653374200871c2d121273a02fd09d..ca118ac6bfff9f837d06de37f99f457f6d38916b 100644 (file)
@@ -180,6 +180,12 @@ branch by running "git rm -rf ." from the top level of the working tree.
 Afterwards you will be ready to prepare your new files, repopulating the
 working tree, by copying them from elsewhere, extracting a tarball, etc.
 
+--ignore-skip-worktree-bits::
+       In sparse checkout mode, `git checkout -- <paths>` would
+       update only entries matched by <paths> and sparse patterns
+       in $GIT_DIR/info/sparse-checkout. This option ignores
+       the sparse patterns and adds back any files in <paths>.
+
 -m::
 --merge::
        When switching branches,