Commited to the trunk, thanks Jeff. ------------------ Original ------------------ From: "Jeff Law"<[email protected]>; Date: Thu, Jul 13, 2023 00:04 AM To: "Lehua Ding"<[email protected]>; "gcc-patches"<[email protected]>; Cc: "juzhe.zhong"<[email protected]>; "mliska"<[email protected]>; Subject: Re: [PATCH] mklog: Add --append option to auto add generate ChangeLog to patch file
On 7/11/23 22:01, Lehua Ding wrote: > Hi, > > This tiny patch add --append option to mklog.py that support add generated > ChangeLog to the corresponding patch file. With this option there is no need > to manually copy the generated ChangeLog to the patch file. e.g.: > > Run `mklog.py -a /path/to/this/patch` will add the generated ChangeLog > > ``` > contrib/ChangeLog: > > * mklog.py: > ``` > > to the right place of the /path/to/this/patch file. > > Best, > Lehua > > contrib/ChangeLog: > > * mklog.py: Add --append option. OK for the trunk. jeff
