From: Leon Brocard Date: Mon, 19 Apr 2010 20:14:55 +0000 (+0100) Subject: Spaces not tabs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e91bd5c0a54673cce58ece0a4a5282c65ecd4986;p=p5sagit%2Fp5-mst-13.2.git Spaces not tabs --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 5f33922..b03f791 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -306,8 +306,8 @@ this line in README.vms needs special handling: Commit your changes: $ git st - $ git diff - B + $ git diff + B $ git commit -a -m 'Bump the perl version in various places for 5.x.y'