This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perlhist
[perl5.git] / 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: