Re: [PATCH] add sashiko URLs
Mike Rapoport <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 17, 2026 at 07:50:09AM +0100, Sudeep Holla wrote: > On Thu, Apr 16, 2026 at 02:21:56PM +0300, Mike Rapoport wrote: > > sashiko is gaining traction and it's easy to add its URLs along with > > lore ones. > > > > Signed-off-by: Mike Rapoport <[email protected]> > > --- > > lorifier.py | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/lorifier.py b/lorifier.py > > index be7294b..96529bd 100755 > > --- a/lorifier.py > > +++ b/lorifier.py > > @@ -25,6 +25,7 @@ import sys > > from email.utils import mktime_tz, parsedate_tz, formatdate > > > > LORE_MASK = "https://lore.kernel.org/all/%s" > > +SASHIKO_MASK = "https://sashiko.dev/#/message/%s" > > Just curious on the choice of > "https://sashiko.dev/#/message/%s" > over > "https://sashiko.dev/#/patchset/%s" > > As the latter points to former while the reverse is not true unless I am > missing something. Patchset URL does not include message id, e.g: https://sashiko.dev/#/patchset/20260417223004.1-evm-xattrs-v2-pengpeng%40iscas.ac.cn I talked to Roman and he said he'll add links to patchsets from messages Really Soon. > -- > Regards, > Sudeep -- Sincerely yours, Mike.