Re: [PATCH v7] describe: refresh the index when 'broken' flag is used
From: Abhijeet Sonar <hidden>
Date: 2024-06-27 17:33:10
From: Abhijeet Sonar <hidden>
Date: 2024-06-27 17:33:10
On 27/06/24 21:17, Junio C Hamano wrote:
to avoid triggering an in-process error and instead run an equivalent "update-index --refresh" via the run_command() interface, so that we can catch potential errors.
Thanks, I get it now.