Skip to content

Commit a0be382

Browse files
committed
Replace CR/LF with LF line endings
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4bf4fd2 commit a0be382

8 files changed

Lines changed: 2609 additions & 2609 deletions

File tree

share/vim/vim72/vimlogo.eps

Lines changed: 789 additions & 789 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/WhoUses/SystemInfo.cpp

Lines changed: 1079 additions & 1079 deletions
Large diffs are not rendered by default.

src/WhoUses/SystemInfo.h

Lines changed: 429 additions & 429 deletions
Large diffs are not rendered by default.

src/WhoUses/WhoUses.cpp

Lines changed: 264 additions & 264 deletions
Large diffs are not rendered by default.

src/curl/patches/0002-Add-a-.gitignore-file.patch

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ index 0000000..42de541
1515
--- /dev/null
1616
+++ b/.gitignore
1717
@@ -0,0 +1,18 @@
18-
+*.o
19-
+*.lo
20-
+*.la
21-
+*.spec
22-
+*.list
23-
+*.pc
24-
+/lib/ca-bundle.crt
25-
+/lib/config.h
26-
+/libtool
27-
+/src/config.h
28-
+/src/curl.exe
29-
+stamp-h*
30-
+Makefile
31-
+.deps
32-
+.libs
33-
+/config.log
34-
+/config.status
35-
+/curl-config
18+
+*.o
19+
+*.lo
20+
+*.la
21+
+*.spec
22+
+*.list
23+
+*.pc
24+
+/lib/ca-bundle.crt
25+
+/lib/config.h
26+
+/libtool
27+
+/src/config.h
28+
+/src/curl.exe
29+
+stamp-h*
30+
+Makefile
31+
+.deps
32+
+.libs
33+
+/config.log
34+
+/config.status
35+
+/curl-config
3636
--
3737
1.6.3.2.1299.gee46c
3838

src/openssl/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
openssl-0.9.8k
2-
openssl-0.9.8k.tar.gz
3-
1+
openssl-0.9.8k
2+
openssl-0.9.8k.tar.gz
3+

src/tcltk/remove-devel-files.sh

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
#!/bin/sh
2-
3-
cd "$(dirname "$0")"
4-
5-
index=$(/share/msysGit/pre-install.sh)
6-
7-
cat fileList-*.txt |
8-
grep -e '\.\(h\|a\|sh\)$' -e '/demos/' > remove.txt &&
9-
if test -s remove.txt
10-
then
11-
# remove the files
12-
(cd / && xargs git rm -r) < remove.txt &&
13-
# update the file lists (for deinstallation/updating)
14-
for f in fileList-*.txt
15-
do
16-
# comm -23 $f remove.txt (but comm is not there)
17-
cat $f remove.txt remove.txt | sort | uniq -u > tmp.txt &&
18-
mv tmp.txt $f &&
19-
git add $f ||
20-
break
21-
done
22-
fi &&
23-
rm remove.txt ||
24-
exit
25-
26-
/share/msysGit/post-install.sh $index 'Remove Tcl/Tk development files'
1+
#!/bin/sh
2+
3+
cd "$(dirname "$0")"
4+
5+
index=$(/share/msysGit/pre-install.sh)
6+
7+
cat fileList-*.txt |
8+
grep -e '\.\(h\|a\|sh\)$' -e '/demos/' > remove.txt &&
9+
if test -s remove.txt
10+
then
11+
# remove the files
12+
(cd / && xargs git rm -r) < remove.txt &&
13+
# update the file lists (for deinstallation/updating)
14+
for f in fileList-*.txt
15+
do
16+
# comm -23 $f remove.txt (but comm is not there)
17+
cat $f remove.txt remove.txt | sort | uniq -u > tmp.txt &&
18+
mv tmp.txt $f &&
19+
git add $f ||
20+
break
21+
done
22+
fi &&
23+
rm remove.txt ||
24+
exit
25+
26+
/share/msysGit/post-install.sh $index 'Remove Tcl/Tk development files'

src/vim/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/vim
1+
/vim

0 commit comments

Comments
 (0)