Hi folks,

while merging my local Git clone of maven.git I have noticed that some trailing whitespace has been added to the repo. I performed some shell magic:

> find . -type f -name '*.<extensions>' -exec grep -E -l " +$" {} \; | xargs -I{} sed -i -e 's/ \+$//' {}

I have pushed the branch 'trailing-whitespace': https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commitdiff;h=0343c52601f7623415511e4f05fc79b03c283455

I ran Maven Integration Testing on the bin tarball and haven't noticed any further ITs failing beside those which fail with master anyway.

Is anyone opposed if I merge the branch into master?
Do you want me to create a JIRA ticket?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to