On Thu, Oct 03, 2024 at 07:32:04PM +0100, Ramsay Jones wrote: > > + [remote "github2"] > > + url = https://github.com/git/git > > + fetch = +refs/heads/*:refs/remotes/github2/* > > + pushurl = github.com:git/git.git > > + push = refs/heads/maint:refs/heads/maint > > + push = refs/heads/master:refs/heads/master > > + push = refs/notes/next:refs/notes/next > > Hmm, s/notes/heads/g perhaps? Ugh, serves me right for trying to send this out late my time last night. Perhaps Junio can tweak this when applying? Otherwise I can send out a new version. Thanks, Taylor