Re: [PATCH 2/3] patman: Add Commit-cc as an alias for Patch-cc

2024-07-15 Thread Simon Glass
On Fri, 19 Apr 2024 at 03:36, Sean Anderson  wrote:
>
> Most tags referring to commits (or patches) are named Commit-something. The
> exception is Patch-cc. Add a Commit-cc alias so we can use whichever one is
> convenient.
>
> Signed-off-by: Sean Anderson 
> ---
>
>  tools/patman/func_test.py| 5 -
>  tools/patman/patchstream.py  | 2 ++
>  tools/patman/patman.rst  | 2 +-
>  ...dt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 1 +
>  tools/patman/test/test01.txt | 1 +
>  5 files changed, 9 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!


Re: [PATCH 2/3] patman: Add Commit-cc as an alias for Patch-cc

2024-07-01 Thread Simon Glass
On Fri, 19 Apr 2024 at 03:36, Sean Anderson  wrote:
>
> Most tags referring to commits (or patches) are named Commit-something. The
> exception is Patch-cc. Add a Commit-cc alias so we can use whichever one is
> convenient.
>
> Signed-off-by: Sean Anderson 
> ---
>
>  tools/patman/func_test.py| 5 -
>  tools/patman/patchstream.py  | 2 ++
>  tools/patman/patman.rst  | 2 +-
>  ...dt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 1 +
>  tools/patman/test/test01.txt | 1 +
>  5 files changed, 9 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass