On 20-Jun-2021, at 11:22, Christian Couder <christian.couder@xxxxxxxxx> wrote: > > On Sat, Jun 19, 2021 at 3:32 PM Atharva Raykar <raykar.ath@xxxxxxxxx> wrote: >> >> Here's the latest instalment of my weekly Git blog: >> http://atharvaraykar.me/gitnotes/week5 > > Great! > > Just a note about: > >> if (ps_matched[0]) { >> if (!force) >> die(_("'%s' already exists in the index"), path); >> else if (!S_ISGITLINK(active_cache[i]->ce_mode)) > > The "else" above is not needed. Noted. Thanks!