Re: [PATCH v3] add, rm, mv: fix bug that prevents the update of non-sparse dirs
From: Junio C Hamano <hidden> Date: 2021-10-28 15:58:46
Derrick Stolee [off-list ref] writes:
On 10/28/2021 10:21 AM, Matheus Tavares wrote:
quoted
Since v2:
- Added comment about executing only one iteration on cone mode.
- Split for loop line for better readability.
- Stopped loop through "path" at first element to avoid an undefined
behavior.
Thank you for these changes. I'm happy with this version.