Re: [Geoserver-devel] Whitespace changes in AbstractSecurityWicketTestSupport

2013-01-29 Thread David Winslow
Yes, looks like you're right (at least, the copy on the wicket-upgrade branch is also using Windows line breaks.) Git's only converting it to unix-style on checkout. I wonder how many other files we have that are affected by this. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Jan 29,

Re: [Geoserver-devel] Whitespace changes in AbstractSecurityWicketTestSupport

2013-01-29 Thread Andrea Aime
On Tue, Jan 29, 2013 at 3:48 PM, David Winslow wrote: > Someone has changed all the line endings in > AbstractSecurityWicketTestSupport to windows style. This is causing me a > bit of friction in trying to update my wicket upgrade branch. > Now this is weird, git history states the file has bee

[Geoserver-devel] Whitespace changes in AbstractSecurityWicketTestSupport

2013-01-29 Thread David Winslow
Someone has changed all the line endings in AbstractSecurityWicketTestSupport to windows style. This is causing me a bit of friction in trying to update my wicket upgrade branch. -- David Winslow OpenGeo - http://opengeo.org/ ---