Re: [PATCH] rendercomment: respectful linkification of git commits

2020-01-30 Thread Frédéric Mangano-Tarumi
Lukas Fleischer [2020-01-30 10:46:46 +0100] > Great, thanks! Do you think you could add a test to t2600 to cover this > corner case? Done! I submitted the patch.

Re: [PATCH] rendercomment: respectful linkification of Git commits

2020-01-30 Thread Lukas Fleischer
On Thu, 30 Jan 2020 at 12:57:00, Lukas Fleischer wrote: > From: Frédéric Mangano-Tarumi > > Turn the git-commits markdown processor into an inline processor, which > is smart enough not to convert Git hashes contained in code blocks or > links. > > Signed-off-by: Lukas Fleischer > --- > aurweb

[PATCH] rendercomment: respectful linkification of Git commits

2020-01-30 Thread Lukas Fleischer
From: Frédéric Mangano-Tarumi Turn the git-commits markdown processor into an inline processor, which is smart enough not to convert Git hashes contained in code blocks or links. Signed-off-by: Lukas Fleischer --- aurweb/scripts/rendercomment.py | 36 ++--- 1 file c

Re: [PATCH] rendercomment: respectful linkification of git commits

2020-01-30 Thread Lukas Fleischer
On Thu, 30 Jan 2020 at 03:35:12, Frédéric Mangano-Tarumi wrote: > Turn the git-commits markdown processor into an inline processor, which > is smart enough not to convert Git hashes contained in code blocks or > links. > --- > aurweb/scripts/rendercomment.py | 36 ++---

[PATCH] rendercomment: respectful linkification of git commits

2020-01-29 Thread Frédéric Mangano-Tarumi
Turn the git-commits markdown processor into an inline processor, which is smart enough not to convert Git hashes contained in code blocks or links. --- aurweb/scripts/rendercomment.py | 36 ++--- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/aurweb/sc