On 14 April 2015 at 20:25, Josh Wu <[email protected]> wrote: > For the local project, we may specified format.subjectprefix setting. > Then the patch will be formated as [Project_prefix][PATCH]. > But patman will not check this setting. It will remove the > format.subjectprefix. > > So This patch will let patman check this setting and add it as a > project prefix. > > Signed-off-by: Josh Wu <[email protected]> > --- > > Changes in v2: > - Modify README file to document how to use format.subjectprefix. > > tools/patman/README | 6 +++++- > tools/patman/gitutil.py | 11 +++++++++++ > tools/patman/series.py | 8 +++++++- > 3 files changed, 23 insertions(+), 2 deletions(-) >
Acked-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

