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. > die(_("'%s' already exists in the index " > "and is not a submodule"), path); > break; > } > A peek at what's inside: > > * The blog starts with a summary of all the relevant things > that have happened so far in my time with Git, including > the status of my submodule-related work. > > * A question I had about reading the index into memory > (any kind of help would be appreciated!): > http://atharvaraykar.me/gitnotes/week5#some-challenges-with-the-changes-that-are-cooking > > * Reflections, mostly as a note to myself and to people who > might be in a similar position as me in the future. > > Have a great weekend :) > > --- > Atharva Raykar > ಅಥರ್ವ ರಾಯ್ಕರ್ > अथर्व रायकर >