]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Thu, 10 Dec 2009 12:40:42 +0000 (07:40 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 10 Dec 2009 12:40:42 +0000 (07:40 -0500)
doc/todo/toc_plugin:_set_a_header_ceiling___40__opposite_of_levels__61____41__.mdwn

index 2d90772db816297b7ef8d4f7a07331c64c4d19f7..ce51d90a349d1efbcc22d498b9248f9a9146a58d 100644 (file)
@@ -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]]