Merge branch 'jk/am-i-resolved-fix' into maint
[gitweb.git] / Documentation / config / checkout.txt
index 73380a8d862d37f2df65b5b9ff667f72392165aa..c4118fa1968711c9f5e6c491913a63c86d5ea20c 100644 (file)
@@ -21,10 +21,3 @@ checkout.optimizeNewBranch::
        will not update the skip-worktree bit in the index nor add/remove
        files in the working directory to reflect the current sparse checkout
        settings nor will it show the local changes.
-
-checkout.overlayMode::
-       In the default overlay mode, `git checkout` never
-       removes files from the index or the working tree.  When
-       setting `checkout.overlayMode` to false, files that appear in
-       the index and working tree, but not in <tree-ish> are removed,
-       to make them match <tree-ish> exactly.