summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-11 15:59:05 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-11 23:00:25 +0000
commit423932bdb74782d0a2bbc4527b483403e18bad79 (patch)
tree32da7baf73e830a165c87b6ae618c3a2387a205b /.gitattributes
parent1b52790bd1bda59faa76f8f04f283ccecfbdb8a7 (diff)
downloadwireshark-423932bdb74782d0a2bbc4527b483403e18bad79.tar.gz
Force shell script line endings.
Ensure that Bourne shell scripts (*.sh) have UNIX/POSIX line endings. Change-Id: Ib27787cb0565bd2a7c4d522c1935abfe43aac2a3 Reviewed-on: https://code.wireshark.org/review/9984 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e797a0d476..610cc900be 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
* text=auto
+*.sh eol=lf
/test export-ignore
.bzrignore export-ignore
.gitattributes export-ignore