Re: [PATCH v3 07/11] net: ethernet: stmmac: add management of stm32mp13 for stm32

From: Rasmus Villemoes
Date: Mon Jun 03 2024 - 10:39:12 EST


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).

Rasmus