Skip to content
Snippets Groups Projects
Commit 7f0700a6 authored by Lehua Ding's avatar Lehua Ding
Browse files

mklog: Add --append option to auto add generate ChangeLog to patch file


This tiny patch add --append option to mklog.py that support add generated
change-log to the corresponding patch file. With this option there is no need
to manually copy the generated change-log to the patch file. e.g.:

Run `mklog.py --append /path/to/this/patch` will add the generated change-log
to the right place of the /path/to/this/patch file.

contrib/ChangeLog:

	* mklog.py: Add --append option.

Signed-off-by: default avatarLehua Ding <lehua.ding@rivai.ai>
parent f048af2a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment