Fix a couple of headings in perlgit.pod which look to be the wrong level
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 13 Sep 2012 21:16:44 +0000 (22:16 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 13 Sep 2012 21:16:44 +0000 (22:16 +0100)
pod/perlgit.pod

index 1d2df2e..6046d46 100644 (file)
@@ -481,7 +481,7 @@ the "first commit where the bug is solved".
 C<git help bisect> has much more information on how you can tweak your
 binary searches.
 
-=head1 Topic branches and rewriting history
+=head2 Topic branches and rewriting history
 
 Individual committers should create topic branches under
 B<yourname>/B<some_descriptive_name>. Other committers should check
@@ -606,7 +606,7 @@ to push your changes back with the C<camel> remote:
 The C<fetch> command just updates the C<camel> refs, as the objects
 themselves should have been fetched when pulling from C<origin>.
 
-=head1 Accepting a patch
+=head2 Accepting a patch
 
 If you have received a patch file generated using the above section,
 you should try out the patch.
@@ -708,7 +708,7 @@ because it runs a subset of tests under miniperl rather than perl.
 
 =back
 
-=head3 On merging and rebasing
+=head2 On merging and rebasing
 
 Simple, one-off commits pushed to the 'blead' branch should be simple
 commits that apply cleanly.  In other words, you should make sure your