[U-Boot] A minor issue of Patman

Masahiro Yamada yamada.m at jp.panasonic.com
Thu Aug 21 06:33:04 CEST 2014


Hi Simon,


I noticed a minor issue of Patman by chance.


For example, git log is as follows:

commit da5ee79915c54bf9ac5b1a82a7241a88ff214e4e
Author: Masahiro Yamada <yamada.m at jp.panasonic.com>
Date:   Thu Aug 21 13:14:31 2014 +0900

    foo: test
    
    Blah Blah
    
    Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
    Suggested-by: Igor Grinberg <grinberg at compulab.co.il>
    Tested-by: Igor Grinberg <grinberg at compulab.co.il>
    Acked-by: Simon Glass <sjg at chromium.org>
    Cc: Tom Rini <trini at ti.com>
    Cc: Jeroen Hofstee <jeroen at myspectrum.nl>
    Cc: Stephen Warren <swarren at nvidia.com>




I found Patman converted it as follows:
(re-arranged the tags order)



From d844ed0670bb850901f1e354f2e740b0bef14b15 Mon Sep 17 00:00:00 2001
From: Masahiro Yamada <yamada.m at jp.panasonic.com>
Date: Thu, 21 Aug 2014 13:14:31 +0900
Subject: [PATCH] foo: test

Blah Blah

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Suggested-by: Igor Grinberg <grinberg at compulab.co.il>
Cc: Tom Rini <trini at ti.com>
Cc: Jeroen Hofstee <jeroen at myspectrum.nl>
Cc: Stephen Warren <swarren at nvidia.com>
Acked-by: Simon Glass <sjg at chromium.org>
Tested-by: Igor Grinberg <grinberg at compulab.co.il>
---





I do not like pushy tools that do more than I asked to do.

Could you fix Patman to not touch the tags order
when you find some time?



Best Regards
Masahiro Yamada



More information about the U-Boot mailing list