From 8ab77384e7912bb422da3f271de0ff759d9e0647 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 3 Jul 2011 16:33:54 +0200 Subject: [PATCH] Use C<< >> to avoid tripping a podchecker heuristic for "don't you mean F<>?" In this case, commiters/somework is not a file, hence C<> is correct. --- pod/perlgit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlgit.pod b/pod/perlgit.pod index de1fecf..0e855fa 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -730,7 +730,7 @@ branches and rewriting history>, which you should regularly rebase against blead to ensure that your code is not broken by blead moving. When you have finished your work and performed a final rebase and test, you can merge it into master like this (assuming your work was on the -branch C): +branch C<>): $ git checkout blead $ git merge --no-ff --no-commit committer/somework -- 2.7.4