aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2009-12-10 07:40:42 -0500
committerJoey Hess <joey@kitenet.net>2009-12-10 07:40:42 -0500
commita132ca7c62df5ceb6c3be425613cd36c1938e335 (patch)
tree049f3f1f8960b6e459b4b5d4abf39699e179364b
parentd0604bdc745536d8d0c12c7366f838c273dc2e87 (diff)
downloadikiwiki-a132ca7c62df5ceb6c3be425613cd36c1938e335.tar
ikiwiki-a132ca7c62df5ceb6c3be425613cd36c1938e335.tar.gz
-rw-r--r--doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn b/doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn
index 2d90772db..ce51d90a3 100644
--- a/doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn
+++ b/doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn
@@ -4,6 +4,12 @@ Currently, the levels=X parameter lets you tweak how deep it will go for small h
> This change to toc.pm should do it. --[[KathrynAndersen]]
+> > The patch looks vaguely OK to me but it's hard to tell without
+> > context. It'd be much easier to review if you used unified diff
+> > (`diff -u`), which is what `git diff` defaults to - almost all
+> > projects prefer to receive changes as unified diffs (or as
+> > branches in their chosen VCS, which is [[git]] here). --[[smcv]]
+
56,57c56,57
< my $curlevel;
< my $startlevel=0;
@@ -19,3 +25,4 @@ Currently, the levels=X parameter lets you tweak how deep it will go for small h
> return;
> }
+[[!tag patch]]