Re: What's cooking in git.git (Oct 2024, #10; Tue, 22)
From: Taylor Blau <hidden>
Date: 2024-10-23 20:18:52
On Wed, Oct 23, 2024 at 08:17:03AM +0200, Patrick Steinhardt wrote:
On Tue, Oct 22, 2024 at 05:09:53PM -0400, Taylor Blau wrote:quoted
* 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: [ref]I think this one should be ready to go.quoted
* 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: [ref]I've just reviewed this and think that the topic is ready to go, as well.quoted
* ss/duplicate-typos (2024-10-21) 1 commit - global: Fix duplicate word typos Typofixes. Will merge to 'next'? source: [ref]Looks ready to me.
Thanks all around. I'll mark all three of those topics as ready to merge to 'next'. Thanks, Taylor