texlive[67883] Build/source: .gitattributes: add for git svn checkout

commits+takuji at tug.org commits+takuji at tug.org
Fri Aug 11 13:46:38 CEST 2023


Revision: 67883
          http://tug.org/svn/texlive?view=revision&revision=67883
Author:   takuji
Date:     2023-08-11 13:46:38 +0200 (Fri, 11 Aug 2023)
Log Message:
-----------
.gitattributes: add for git svn checkout

Added Paths:
-----------
    trunk/Build/source/libs/.gitattributes
    trunk/Build/source/texk/.gitattributes

Added: trunk/Build/source/libs/.gitattributes
===================================================================
--- trunk/Build/source/libs/.gitattributes	                        (rev 0)
+++ trunk/Build/source/libs/.gitattributes	2023-08-11 11:46:38 UTC (rev 67883)
@@ -0,0 +1,8 @@
+*.txt text eol=lf
+*.c   text eol=lf
+*.h   text eol=lf
+*.sh  text eol=lf
+
+## for adjust tex live svn repository:
+##   most *.bat are not with CRLF but with LF
+*.bat text eol=lf

Added: trunk/Build/source/texk/.gitattributes
===================================================================
--- trunk/Build/source/texk/.gitattributes	                        (rev 0)
+++ trunk/Build/source/texk/.gitattributes	2023-08-11 11:46:38 UTC (rev 67883)
@@ -0,0 +1,35 @@
+*.txt text eol=lf
+*.c   text eol=lf
+*.h   text eol=lf
+*.sh  text eol=lf
+*.bat text eol=crlf
+
+# for web2c
+*.gen text eol=lf
+*.tex text eol=lf
+*.pl  text eol=lf
+*.typ text eol=lf
+*.p   text eol=lf
+
+# for dvi2tty
+*.tty text eol=lf
+*.dis text eol=lf
+
+# for mendex, upmendex
+*.ind text eol=lf
+
+# for bibtex-x
+*.bbl text eol=lf
+
+# for dvipdfm-x
+*.bb  text eol=lf
+*.xbb text eol=lf
+
+# for dvips
+*.ps  text eol=lf
+*.xps text eol=lf
+/dvipsk/testdata/pfbincl.xps binary
+
+# for windows_wrapper
+/texlive/windows_wrapper/**/*.c   text eol=crlf
+/texlive/windows_wrapper/**/*.txt text eol=crlf



More information about the tex-live-commits mailing list.