r56547 - /website/tips.pod
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Apr 19 16:36:34 UTC 2010
Author: gregoa
Date: Mon Apr 19 16:36:16 2010
New Revision: 56547
URL: http://svn.debian.org/wsvn/?sc=1&rev=56547
Log:
update svndiff function
Modified:
website/tips.pod
Modified: website/tips.pod
URL: http://svn.debian.org/wsvn/website/tips.pod?rev=56547&op=diff
==============================================================================
--- website/tips.pod (original)
+++ website/tips.pod Mon Apr 19 16:36:16 2010
@@ -65,7 +65,7 @@
# nicer 'svn diff' output, needs colordiff
function svndiff {
- svn diff --extensions --ignore-space-change "${@}" | colordiff | /usr/bin/less -R
+ svn diff --extensions "--ignore-space-change --ignore-eol-style" "${@}" | colordiff | /usr/bin/less -R
}
# paged output of "svn log"
@@ -222,7 +222,7 @@
=head1 Licence
-Copyright (c) 2009 by the individual authors and contributors noted
+Copyright (c) 2009, 2010 by the individual authors and contributors noted
above. All rights reserved. This document is free software; you may
redistribute it and/or modify it under the same terms as Perl itself
More information about the Pkg-perl-cvs-commits
mailing list