From fcbec650e6216fdba0ffe6fc017a34ceed0c86cb Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 3 Nov 2020 13:54:16 -0700 Subject: patman: Add a Series-patchwork-url option Add a commit tag to allow the Patchwork URL to be specified in a commit. This can be handy for when you submit code to multiple projects but don't want to use the -p option. Signed-off-by: Simon Glass --- tools/patman/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/patman/README') diff --git a/tools/patman/README b/tools/patman/README index 639c9943ace..6b806632f8c 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -208,6 +208,12 @@ Series-links: [id | version:id]... branch against patchwork to see what new reviews your series has collected ('patman status'). +Series-patchwork-url: url + This allows specifying the Patchwork URL for a branch. This overrides + both the setting files and the command-line argument. The URL should + include the protocol and web site, with no trailing slash, for example + 'https://patchwork.ozlabs.org/project' + Cover-letter: This is the patch set title blah blah -- cgit v1.3.1