[U-Boot] [PATCH v2 2/7] patman: Don't allow spaces in tags

Doug Anderson dianders at chromium.org
Tue Apr 2 01:22:51 CEST 2013


Simon,

On Tue, Mar 26, 2013 at 4:09 PM, Simon Glass <sjg at chromium.org> wrote:
> At present something like:
>
>    Revert "arm: Add cache operations"
>
> will try to use
>
>    Revert "arm
>
> as a tag. Clearly this is wrong, so fix it.
>
> If the revert is intended to be tagged, then the tag can come before
> the revert, perhaps. Alternatively the 'Cc' tag can be used in the commit
> messages.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Adjust to not allow any spaces in tags, change commit title
>
>  tools/patman/commit.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Doug Anderson <dianders at chromium.org>


More information about the U-Boot mailing list