On 6/3/24 4:38 PM, Rasmus Villemoes wrote:
On 03/06/2024 15.01, Marek Vasut wrote:
On 6/3/24 1:30 PM, Rasmus Villemoes wrote:
Also, please include a base-id in the cover letter so one knows what it
applies to.
Just out of curiosity, I know one can generate cover letter from branch
description with git branch --edit-description and git format-patch
--cover-from-description= , but is there something to automatically fill
in the merge base (I assume that's what you want) ?
https://git-scm.com/docs/git-format-patch#_base_tree_information
Seems to have been in git since v2.9 (2016ish).
Nice, thanks !