From: Ævar Arnfjörð Bjarmason Date: Tue, 20 Apr 2010 18:58:31 +0000 (+0000) Subject: Recommend git format-patch -M (detect renames) and origin.. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f15b1f22fda04a7eca534d4611fefda0b4e3547a;p=p5sagit%2Fp5-mst-13.2.git Recommend git format-patch -M (detect renames) and origin.. The latter doesn't strictly matter, but it's easier to see what's going on with those two dots. --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 8ee8192..3211318 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -352,7 +352,7 @@ itself you can fix it up by editing the files once more and then issue: Now you should create a patch file for all your local changes: - % git format-patch origin + % git format-patch -M origin.. 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch You should now send an email to either perlbug@perl.org or