From: Matt Kraai Date: Fri, 19 Dec 2008 20:42:27 +0000 (-0800) Subject: Do not use a dash between git and its subcommand X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2af192eebde5f7a93e229dfc3196f62ee4cbcd2e;p=p5sagit%2Fp5-mst-13.2.git Do not use a dash between git and its subcommand Using a dash between git and its subcommand (e.g., git-format-patch) is deprecated, so replace it with a space. --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 15869eb..d8c540a 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -152,7 +152,7 @@ Now commit your change locally: Now you should create a patch file for all your local changes: - % git-format-patch origin + % git format-patch origin 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch You should now send an email to perl5-porters@perl.org with a @@ -181,7 +181,7 @@ switch into it: Now we should apply the patch: - % git-am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch + % git am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch Applying Rename Leon Brocard to Orange Brocard Now we can inspect the change: