X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e7f1d4a74b38eea00e7928f048d1981610a4bced..6fc2106e6704b632dc6ea04410ea89e1fa4ca43c:/pod/perlgit.pod diff --git a/pod/perlgit.pod b/pod/perlgit.pod index 3eb0dbb..f5d4fec 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -616,6 +616,11 @@ C: % git am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch Applying Rename Leon Brocard to Orange Brocard +Note that some UNIX mail systems can mess with text attachments containing +'From '. This will fix them up: + + % perl -pi -e's/^>From /From /' 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch + If just a raw diff is provided, it is also possible use this two-step process: