This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlgit: Fix too long verbatim line
authorKarl Williamson <khw@cpan.org>
Wed, 6 Jan 2016 22:34:15 +0000 (15:34 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 6 Jan 2016 22:37:03 +0000 (15:37 -0700)
pod/perlgit.pod

index 32e3008..9d3edcc 100644 (file)
@@ -633,7 +633,8 @@ If just a raw diff is provided, it is also possible use this two-step
 process:
 
  % git apply bugfix.diff
- % git commit -a -m "Some fixing" --author="That Guy <that.guy@internets.com>"
+ % git commit -a -m "Some fixing" \
+                            --author="That Guy <that.guy@internets.com>"
 
 Now we can inspect the change: