[
https://issues.apache.org/jira/browse/UIMA-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147645#comment-15147645
]
Hendrik Lücke-Tieke commented on UIMA-4797:
-------------------------------------------
never did a extract a patch manually ever before. Is the following patch
sufficient?
$ git diff upstream/trunk..origin/trunk
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..ab55824
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Make sure that these files are treated as binary so that newlines are
preserved.
+*.bin binary
+
+*.dump binary
+
+*.xcas binary
+
+*.xmi binary
> uimafit wont build on windows
> -----------------------------
>
> Key: UIMA-4797
> URL: https://issues.apache.org/jira/browse/UIMA-4797
> Project: UIMA
> Issue Type: Bug
> Components: uimaFIT
> Affects Versions: 2.2.0uimaFIT
> Environment: windows
> Reporter: Hendrik Lücke-Tieke
> Priority: Trivial
>
> due to CRLF / LF conversion clashes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)