On Tue, Oct 22, 2024 at 05:09:53PM -0400, Taylor Blau wrote: > * rj/cygwin-exit (2024-10-18) 1 commit > - credential-cache: treat ECONNABORTED like ECONNRESET > > Treat ECONNABORTED the same as ECONNRESET in 'git credential-cache' to > work around a possible Cygwin regression. This resolves a race condition > caused by changes in Cygwin's handling of socket closures, allowing the > client to exit cleanly when encountering ECONNABORTED. > > Will merge to 'next'? > source: <20241018052952.GE2408674@xxxxxxxxxxxxxxxxxxxxxxx> I think this one should be ready to go. > * sa/notes-edit (2024-10-21) 1 commit > - notes: teach the -e option to edit messages in editor > > Teach 'git notes add' and 'git notes append' a new '-e' flag, > instructing them to open the note in $GIT_EDITOR before saving. > > Needs review. > source: <pull.1817.v4.git.1729534340786.gitgitgadget@xxxxxxxxx> I've just reviewed this and think that the topic is ready to go, as well. > * ss/duplicate-typos (2024-10-21) 1 commit > - global: Fix duplicate word typos > > Typofixes. > > Will merge to 'next'? > source: <6ce47185-690d-415e-95c9-06a3b828be29e@xxxxxxxxxx> Looks ready to me. Patrick