You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2020/01/24 16:46:55 UTC

[uima-uimacpp] branch master updated (4760a36 -> 621cda6)

This is an automated email from the ASF dual-hosted git repository.

eae pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git.


    from 4760a36  UIMA-6175 try to get source file EOL working cross platform
     new c4114d5  UIMA-6175 still mucking with eol
     new 621cda6  UIMA-6175 more gitattributes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[uima-uimacpp] 01/02: UIMA-6175 still mucking with eol

Posted by ea...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git

commit c4114d52eb2ef0774f60732927f69a1e334dcb1e
Author: Eddie Epstein <ea...@us.ibm.com>
AuthorDate: Thu Jan 23 10:38:17 2020 -0500

    UIMA-6175 still mucking with eol
---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 97f01cd..3c3644c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
 # Set as default eol=NL so windows can create cross platform src tarball
-*     	  text=lf
+*     	  text eol=lf
 
 # Make sure these files have eol=CRLF
 *.vcproj  text eol=crlf


[uima-uimacpp] 02/02: UIMA-6175 more gitattributes

Posted by ea...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git

commit 621cda6022e4ec293c03e3b4970a1d4bda56663a
Author: Eddie Epstein <ea...@us.ibm.com>
AuthorDate: Fri Jan 24 11:45:50 2020 -0500

    UIMA-6175 more gitattributes
---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 3c3644c..64a44de 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
 # Set as default eol=NL so windows can create cross platform src tarball
-*     	  text eol=lf
+*     	  text=auto
 
 # Make sure these files have eol=CRLF
 *.vcproj  text eol=crlf