Re: Should update-index --refresh force writing the index in case of racy timestamps?
From: Marc Strapetz <hidden> Date: 2021-12-17 11:04:51
On 17/12/2021 11:44, Marc Strapetz wrote:
Subsequent calls to "git update-index --refresh" or "git status" will invoke the "lfs"
filter over and over again, ...
Please forget about the note regarding "git status". cmd_status() will
actually fix racy timestamps by calling repo_update_index_if_able(). So
the problem is only about update-index.
-Marc