summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-02-14 07:51:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-14 07:51:36 +0000
commitcd07cfae1c5c3588ea4a4ca1fb85e208f1aa5b33 (patch)
tree943f3351199a056722f23f70050d4a69e773cbb7
parent55693aabe5d19e5be73a3bab683960aaf6aff7c8 (diff)
parentbbf71fe363d7ac9411f37c4075bf11004c2b4e60 (diff)
downloadgit-repo-cd07cfae1c5c3588ea4a4ca1fb85e208f1aa5b33.tar.gz
Merge "Protect line endings in shell scripts"
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..d65028a4
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
1# Prevent /bin/sh scripts from being clobbered by autocrlf=true
2git_ssh text eol=lf
3main.py text eol=lf
4repo text eol=lf