Skip to content

Commit d88b6ad

Browse files
committed
dont use working-tree-encoding, just use encoding
1 parent 641d493 commit d88b6ad

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

.gitattributes

+35-33
Original file line numberDiff line numberDiff line change
@@ -8,51 +8,53 @@
88
# do not change them, and do not use symbols in their catalogs
99
# that cannot be displayed by ISO-8859-1
1010
#
11-
albanian.ct text working-tree-encoding=ISO-8859-1
12-
catalan.ct text working-tree-encoding=ISO-8859-1
13-
danish.ct text working-tree-encoding=ISO-8859-1
14-
dutch.ct text working-tree-encoding=ISO-8859-1
15-
faroese.ct text working-tree-encoding=ISO-8859-1
16-
finnish.ct text working-tree-encoding=ISO-8859-1
17-
french.ct text working-tree-encoding=ISO-8859-1
18-
german.ct text working-tree-encoding=ISO-8859-1
19-
irish.ct text working-tree-encoding=ISO-8859-1
20-
icelandic.ct text working-tree-encoding=ISO-8859-1
21-
italian.ct text working-tree-encoding=ISO-8859-1
22-
norwegian.ct text working-tree-encoding=ISO-8859-1
23-
portuguese.ct text working-tree-encoding=ISO-8859-1
24-
spanish.ct text working-tree-encoding=ISO-8859-1
25-
swedish.ct text working-tree-encoding=ISO-8859-1
11+
*.cd text encoding=ISO-8859-1
12+
13+
albanian.ct text encoding=ISO-8859-1
14+
catalan.ct text encoding=ISO-8859-1
15+
danish.ct text encoding=ISO-8859-1
16+
dutch.ct text encoding=ISO-8859-1
17+
faroese.ct text encoding=ISO-8859-1
18+
finnish.ct text encoding=ISO-8859-1
19+
french.ct text encoding=ISO-8859-1
20+
german.ct text encoding=ISO-8859-1
21+
irish.ct text encoding=ISO-8859-1
22+
icelandic.ct text encoding=ISO-8859-1
23+
italian.ct text encoding=ISO-8859-1
24+
norwegian.ct text encoding=ISO-8859-1
25+
portuguese.ct text encoding=ISO-8859-1
26+
spanish.ct text encoding=ISO-8859-1
27+
swedish.ct text encoding=ISO-8859-1
2628

2729
# ISO-8859-2
2830
#
29-
bosnian.ct text working-tree-encoding=ISO-8859-2
30-
croatian.ct text working-tree-encoding=ISO-8859-2
31-
czech.ct text working-tree-encoding=ISO-8859-2
32-
hungarian.ct text working-tree-encoding=ISO-8859-2
33-
rumanian.ct text working-tree-encoding=ISO-8859-2
34-
slovak.ct text working-tree-encoding=ISO-8859-2
35-
slovene.ct text working-tree-encoding=ISO-8859-2
31+
bosnian.ct text encoding=ISO-8859-2
32+
croatian.ct text encoding=ISO-8859-2
33+
czech.ct text encoding=ISO-8859-2
34+
hungarian.ct text encoding=ISO-8859-2
35+
rumanian.ct text encoding=ISO-8859-2
36+
slovak.ct text encoding=ISO-8859-2
37+
slovene.ct text encoding=ISO-8859-2
3638
# Polish is stored as ISO-8859-2 but used as AmigaPL
37-
polish.ct text working-tree-encoding=ISO-8859-2
39+
polish.ct text encoding=ISO-8859-2
3840

3941
# ISO-8859-3
4042
#
41-
maltese.ct text working-tree-encoding=ISO-8859-3
42-
turkish.ct text working-tree-encoding=ISO-8859-3
43+
maltese.ct text encoding=ISO-8859-3
44+
turkish.ct text encoding=ISO-8859-3
4345

4446
# ISO-8859-4
4547
#
46-
estonian.ct text working-tree-encoding=ISO-8859-4
47-
latvian.ct text working-tree-encoding=ISO-8859-4
48-
lithuanian.ct text working-tree-encoding=ISO-8859-4
48+
estonian.ct text encoding=ISO-8859-4
49+
latvian.ct text encoding=ISO-8859-4
50+
lithuanian.ct text encoding=ISO-8859-4
4951

5052
# ISO-8859-5
5153
#
52-
bulgarian.ct text working-tree-encoding=ISO-8859-5
53-
macedonian.ct text working-tree-encoding=ISO-8859-5
54-
serbian.ct text working-tree-encoding=ISO-8859-5
55-
ukrainian.ct text working-tree-encoding=ISO-8859-5
54+
bulgarian.ct text encoding=ISO-8859-5
55+
macedonian.ct text encoding=ISO-8859-5
56+
serbian.ct text encoding=ISO-8859-5
57+
ukrainian.ct text encoding=ISO-8859-5
5658

5759
# Russian is stored as WINDOWS-1251 but used as Amiga-1251
58-
russian.ct text working-tree-encoding=WINDOWS-1251
60+
russian.ct text encoding=WINDOWS-1251

0 commit comments

Comments
 (0)