]> git.ipfire.org Git - thirdparty/git.git/commit
git-sparse-checkout.txt: update to document init/set/reapply changes
authorElijah Newren <newren@gmail.com>
Tue, 14 Dec 2021 04:09:10 +0000 (04:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 19:48:22 +0000 (11:48 -0800)
commitba2f3f58ac0492b423b0cfc9d6259c8feecfbe7e
tree3c9bcf38425c294558f47eddffe7ee24256123b5
parent4e256731d687a553fd7443f7596019dbe5b10598
git-sparse-checkout.txt: update to document init/set/reapply changes

As noted in the previous commit, using separate `init` and `set` steps
with sparse-checkout result in a number of issues.  The previous commits
made `set` able to handle the work of both commands, and enabled reapply
to tweak the {cone,sparse-index} settings.  Update the documentation to
reflect this, and mark `init` as deprecated.

Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Victoria Dye <vdye@github.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-sparse-checkout.txt