aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/sparse-checkout.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/sparse-checkout.adoc')
-rw-r--r--Documentation/technical/sparse-checkout.adoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/technical/sparse-checkout.adoc b/Documentation/technical/sparse-checkout.adoc
index d968659354..dc2e763bbe 100644
--- a/Documentation/technical/sparse-checkout.adoc
+++ b/Documentation/technical/sparse-checkout.adoc
@@ -356,8 +356,6 @@ understanding these differences can be beneficial.
The behavior for these commands somewhat depends upon the merge
strategy being used:
* `ort` behaves as described above
- * `recursive` tries to not vivify files unnecessarily, but does sometimes
- vivify files without conflicts.
* `octopus` and `resolve` will always vivify any file changed in the merge
relative to the first parent, which is rather suboptimal.