[U-Boot] [PATCH v2] patman: check git format.subjectprefix setting when generate patches prefix
Simon Glass
sjg at chromium.org
Thu Apr 23 20:33:56 CEST 2015
On 14 April 2015 at 20:25, Josh Wu <josh.wu at atmel.com> 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 <josh.wu at atmel.com>
> ---
>
> 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 <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list