]> git.ipfire.org Git - thirdparty/git.git/commit - unpack-trees.c
unpack-trees: add progress to clear_ce_flags()
authorDerrick Stolee <dstolee@microsoft.com>
Thu, 21 Nov 2019 22:04:44 +0000 (22:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Nov 2019 07:11:44 +0000 (16:11 +0900)
commit4dcd4def3ca46fc0e8cb28cbfc815a35dd2c3f1d
treed7297d894b08c0980baf3b964b8616d0b3494f00
parenteb42feca974a333e58c2ca0f3cfa8bf0dd421402
unpack-trees: add progress to clear_ce_flags()

When a large repository has many sparse-checkout patterns, the
process for updating the skip-worktree bits can take long enough
that a user gets confused why nothing is happening. Update the
clear_ce_flags() method to write progress.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
unpack-trees.c