[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH RFC for-4.19] docs/checklist: Start tagging new dev windows
Hi Andrew, Reviving this thread as we are preparing for Xen 4.20. On 16/07/2024 07:57, Jan Beulich wrote: On 15.07.2024 18:58, Julien Grall wrote:On 15/07/2024 17:46, Andrew Cooper wrote:Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>With one remark below: Reviewed-by: Julien Grall <jgrall@xxxxxxxxxx>--- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Julien Grall <julien@xxxxxxx> CC: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> This is about figuring out when a change was first introduced. Take 10b719dc88 for example (completely random pick). The right answer is `git tag --contains $sha` and look for the oldest RELEASE-$X. In this case it's Xen 4.6, but the tags are not numerically sorted so the answer is towards the end of the list of 166 tags. The better answer would be to `git describe $sha` because git has an algorithm to do this nicely. In this case, it's 4.5.0-rc4-934-g10b719dc8830 because we branch first and tag RELEASE-4.6.0 on the branch, rather than releasing off master. With 0082626f35af (opening of the 4.6 tree) containing an annotated tag of 4.6-dev, git describe now gives 4.6-dev-902-g10b719dc8830 which far more helpful when doing code archeology.I think some of this explanation should be in the commit message.Imo it could even be moved up verbatim. Would you be fine if I move your explanation in the commit message and commit it? Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |