Re: [PATCH] match other common markdown file extensions

2014-12-23 Thread Jason A. Donenfeld
Seems reasonable enough. Merged. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH] match other common markdown file extensions

2014-08-06 Thread Nik Nyby
I agree that this is a useful patch. I'm using it for my cgit instance. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH] match other common markdown file extensions

2014-07-30 Thread Chris Burroughs
On 07/17/2014 09:44 AM, Chris Burroughs wrote: > - *.md|*.mkd) exec ./md2html; ;; > + *.markdown|*.mdown|*.md|*.mkd) exec ./md2html; ;; I admit I'm not used to submitting patches via email but noticed that a similar problem came up in another thread. Please let me know if I need to do any

[PATCH] match other common markdown file extensions

2014-07-17 Thread Chris Burroughs
--- filters/about-formatting.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/about-formatting.sh b/filters/about-formatting.sh index 892fbeb..d024204 100755 --- a/filters/about-formatting.sh +++ b/filters/about-formatting.sh @@ -19,7 +19,7 @@ cd "$(dirname $0)/