From 99cd8e461ab8bc340aed8e4c109bb32457f85bd0 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 13 Sep 2012 22:16:44 +0100 Subject: [PATCH] Fix a couple of headings in perlgit.pod which look to be the wrong level --- pod/perlgit.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlgit.pod b/pod/perlgit.pod index 1d2df2e..6046d46 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -481,7 +481,7 @@ the "first commit where the bug is solved". C 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/B. Other committers should check @@ -606,7 +606,7 @@ to push your changes back with the C remote: The C command just updates the C refs, as the objects themselves should have been fetched when pulling from C. -=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 -- 1.8.3.1