commit | cd07cfae1c5c3588ea4a4ca1fb85e208f1aa5b33 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Feb 14 07:51:35 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 14 07:51:36 2013 +0000 |
tree | 943f3351199a056722f23f70050d4a69e773cbb7 | |
parent | 55693aabe5d19e5be73a3bab683960aaf6aff7c8 [diff] | |
parent | bbf71fe363d7ac9411f37c4075bf11004c2b4e60 [diff] |
Merge "Protect line endings in shell scripts"
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d65028a --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,4 @@ +# Prevent /bin/sh scripts from being clobbered by autocrlf=true +git_ssh text eol=lf +main.py text eol=lf +repo text eol=lf