[java-support] branch master updated: IDP-1167 dos2unix as apporpriate
Rod Widdowson
rdw at steadingsoftware.com
Sun May 21 09:35:23 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=cc68f8475c894753a8131aa1cf4fa6a2fbd9ab3a
The following commit(s) were added to refs/heads/master by this push:
new cc68f84 IDP-1167 dos2unix as apporpriate
cc68f84 is described below
commit cc68f8475c894753a8131aa1cf4fa6a2fbd9ab3a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 21 14:27:20 2017 +0100
IDP-1167 dos2unix as apporpriate
https://issues.shibboleth.net/jira/browse/IDP-1167
Undo the damage caused by inappropriate windows set ups since forever.
1) grep for <cr> in the tree
2) exclude binary files (*.png, *.jks, *.pk*, *.der, *.pem and so forth)
3) run dos2unix on the rest
---
.../net/shibboleth/utilities/java/support/primitive/data.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/test/resources/net/shibboleth/utilities/java/support/primitive/data.txt b/src/test/resources/net/shibboleth/utilities/java/support/primitive/data.txt
index 6237f66..06f6157 100644
--- a/src/test/resources/net/shibboleth/utilities/java/support/primitive/data.txt
+++ b/src/test/resources/net/shibboleth/utilities/java/support/primitive/data.txt
@@ -1,3 +1,3 @@
-The quick, brown lizard jumped over the lazy fish.
-Wait, I mean the slow, blue elephant jumped over the motivated squirrel.
-No, that's wrong too.
\ No newline at end of file
+The quick, brown lizard jumped over the lazy fish.
+Wait, I mean the slow, blue elephant jumped over the motivated squirrel.
+No, that's wrong too.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list