]> granicus.if.org Git - git/commit
unpack-trees: add progress to clear_ce_flags()
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 21 Oct 2019 13:56:21 +0000 (13:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 03:42:06 +0000 (12:42 +0900)
commit705f31cb7b01c538f12fa2a58b6aecf8cff69e51
treedacbaf982f1bc8f77cea213b0672c5a6a76449c9
parentb2522a9757c717cac3813baf198feba6c02377e0
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