put the problematic patch in a toggleable to make discussion more visible

master
http://smcv.pseudorandom.co.uk/ 2010-11-08 12:17:07 +00:00 committed by Joey Hess
parent 2c17255b66
commit 9c42f57866
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ If you just don't want to clutter your git repo, below it's a patch does the fol
* If you set autoindex_commit to 1 (this is the default), auto-generated index files will be put in the repo provided you enabled rcs backend. * If you set autoindex_commit to 1 (this is the default), auto-generated index files will be put in the repo provided you enabled rcs backend.
[[!toggle id="patch-for-autoindex_commit" text="patch for autoindex_commit"]]
[[!toggleable id="patch-for-autoindex_commit" text="""
<pre> <pre>
--- autoindex.pm.orig 2009-10-01 17:13:51.000000000 +0800 --- autoindex.pm.orig 2009-10-01 17:13:51.000000000 +0800
+++ autoindex.pm 2009-10-01 17:21:09.000000000 +0800 +++ autoindex.pm 2009-10-01 17:21:09.000000000 +0800
@ -65,7 +67,7 @@ If you just don't want to clutter your git repo, below it's a patch does the fol
gettext("automatic index generation"), gettext("automatic index generation"),
undef, undef); undef, undef);
</pre> </pre>
"""]]
Warning: I guess this patch may work, but I *haven't tested it yet*. -- [[weakish]] Warning: I guess this patch may work, but I *haven't tested it yet*. -- [[weakish]]