You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patchwork does not recognize links in patch view and print them as plain text. Example [1] which has link [2] (e.g. lore sees it as a link [3]). Could this be converted to a link? Ideally all links (http/https/ftp/git, ...).
Convert links in the commit message and comments, to be rendered as
clickable XHTML links for easy navigation.
Currently only http, https, ftp and git are recognized. And only links
that are not broken across lines are recognized.
Signed-off-by: Abdun Nihaal <[email protected]>
Closes: getpatchwork#591
Convert links in the commit message and comments, to be rendered as
clickable XHTML links for easy navigation.
Currently only http, https, ftp and git are recognized. And only links
that are not broken across lines are recognized.
Signed-off-by: Abdun Nihaal <[email protected]>
Closes: getpatchwork#591
Patchwork does not recognize links in patch view and print them as plain text. Example [1] which has link [2] (e.g. lore sees it as a link [3]). Could this be converted to a link? Ideally all links (http/https/ftp/git, ...).
[1] https://patchwork.kernel.org/project/linux-nfs/patch/[email protected]/#25899882
[2] https://lore.kernel.org/mm-commits/[email protected]/
[3] https://lore.kernel.org/linux-nfs/[email protected]/
The text was updated successfully, but these errors were encountered: