From 7f1d556d13f84672d173c02e4aa76cbe358ca72b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jun 2022 13:38:46 -0400 Subject: [PATCH] close --- doc/bugs/git_keeps_refreshing_index.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/bugs/git_keeps_refreshing_index.mdwn b/doc/bugs/git_keeps_refreshing_index.mdwn index cd1f0e165d..c69844ccd1 100644 --- a/doc/bugs/git_keeps_refreshing_index.mdwn +++ b/doc/bugs/git_keeps_refreshing_index.mdwn @@ -1 +1,12 @@ Since upgrading to git-annex 7.20190912, when doing `git status` I keep getting the message `Refresh index:`, and there is a delay until it turns into something like `Refresh index: 100% (601422/601422), done.`. I don't recall this happening with earlier `git-annex` versions. Have others seen this? (Not a "bug" in terms of correctness, but posting here as it affects usability and speed.) + +> This was fixed in [[!commit faf84aa5c2b963a41e56d02d6bbd2fbda7da9ceb]], +> as far as handling of unlocking of many files goes. +> +> For other cases where git needs to smudge a lot of files, +> in v9 and above repos, `git-annex filter-process` is used, +> which can speed it up significantly. +> +> While it seems that the bug submitter never followed up with +> what they were doing that caused the problem, this seems likely enough +> fixed to call it [[done]]. --[[Joey]] -- 2.30.2