Re: [PATCH 2/2] devtools: deduplicate function to mark fixes

2024-10-09 Thread Kevin Traynor
On 18/04/2023 15:07, Thomas Monjalon wrote: > In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") > the function to mark a commit for "stable" was duplicated for "Fixes:" mark. > > The code is a bit smaller by using a single function for both marks. > > Signed-off-by: Thomas

Re: [PATCH 2/2] devtools: deduplicate function to mark fixes

2023-11-28 Thread Luca Boccassi
On Tue, 18 Apr 2023 at 15:08, Thomas Monjalon wrote: > > In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") > the function to mark a commit for "stable" was duplicated for "Fixes:" mark. > > The code is a bit smaller by using a single function for both marks. > > Signed-off-

[PATCH 2/2] devtools: deduplicate function to mark fixes

2023-04-18 Thread Thomas Monjalon
In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") the function to mark a commit for "stable" was duplicated for "Fixes:" mark. The code is a bit smaller by using a single function for both marks. Signed-off-by: Thomas Monjalon --- devtools/git-log-fixes.sh | 22 ++---