[Python-modules-commits] [python-jellyfish] 04/06: Add gitattributes exception for preserving CRLF
Diego M. Rodriguez
diegom-guest at moszumanska.debian.org
Thu Sep 15 15:33:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
diegom-guest pushed a commit to branch master
in repository python-jellyfish.
commit 69405c1fd402c924edf6d6b6722b1f795bfe480e
Author: Diego M. Rodriguez <diego.plan9 at gmail.com>
Date: Thu Sep 15 17:11:41 2016 +0200
Add gitattributes exception for preserving CRLF
Preserve CRLF endings for "testdata/porter.csv", as it is the only file
on the source tarballs with CRLF line endings and it causes a "local
changes detected" error when comparing the contents of the repository
with the upstream tarball during build.
---
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..619fede
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+testdata/porter.csv text eol=crlf
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-jellyfish.git
More information about the Python-modules-commits
mailing list