Stefano Lattarini wrote:
> Found these when trying to convert 'src/' to a non-recursive setup.
> I think they should be simple and uncontroversial enough to go into
> the repository ASAP.
>
> Thanks,
>   Stefano
>
> -*-*-*-
>
> Stefano Lattarini (7):
>   build: move definition of 'all_programs' in cfg.mk
>   build: some refactorings in cfg.mk
>   build: don't use foo_LDADD if there's no foo program
>   maint: remove unused variable in src/Makefile.am
>   maint: more uses of $(ASSORT)
>   build: don't use '$<' in non-suffix rules
>   maint: get rid of obsolete script 'cvsu'

Thanks.  I've begun looking at these.
I'm removing the Signed-off-by: lines from the log entries with this:
(and any empty lines at end of log)

  echo remove all SoB lines; git filter-branch --msg-filter \
  'grep -v "^ *Signed-off-by:"| perl -0777 -pe "s/\\n\\n+\$/\\n/"' HEAD~7..HEAD

The echo ... part is so that I know what I'm looking at
(or searching for) when I reuse a line from my shell's history.

That perl gibberish is an idiom that you might recognize from
a syntax-check in maint.mk.

Reply via email to