On Tue, 18 Apr 2023 at 15:08, Thomas Monjalon <tho...@monjalon.net> 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 Monjalon <tho...@monjalon.net> > --- > devtools/git-log-fixes.sh | 22 ++++++---------------- > 1 file changed, 6 insertions(+), 16 deletions(-)
Acked-by: Luca Boccassi <bl...@debian.org>