Re: how is maint-x.xx updated?
From: Junio C Hamano <hidden>
Date: 2020-05-08 17:53:06
Carlo Marcelo Arenas Belón [off-list ref] writes:
While testing some potential fixes that would apply all the way to 2.17.5, noticed there was no official "maint-2.17" branch documented anywhere, and while I could obviously create my own based on the last released tag, it was missing the following `make test` breaking fixes: macOS: 89c0b113a0 (test: correct detection of UTF8_NFD_TO_NFC for APFS, 2018-04-30) NetBSD: 5826b7b595 (test-lib: check Bash version for '-x' without using shell arrays, 2019-01-03) which begs the question; is this something worth documenting?, should we care about maint-2.16? where is the line in the sand? can whoever is the power to be make sure if we ever do a 2.17.6 release to cherry-pick those 2 fixes?
I do not know where 89c0b113a0 came from; 742ae10e (test: correct detection of UTF8_NFD_TO_NFC for APFS, 2018-04-30) smells similar. We usually do not touch releases that old and only merge security-relevant changes. I do not think these two qualifies. Distros of course are free to cherry-pick on top of what we release as v2.17.6 or whatever.