git-new-workdir: mark script as LF-only
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 9 May 2017 12:53:25 +0000 (14:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 May 2017 04:32:50 +0000 (13:32 +0900)
Bash does not handle scripts with CR/LF line endings correctly, therefore
they *have* to be forced to LF-only line endings.

Funnily enough, this fixes t3000-ls-files-others and
t1021-rerere-in-workdir when git.git was checked out with
core.autocrlf=true, as these test still use git-new-workdir (once `git
worktree` is no longer marked as experimental, both scripts probably
want to be ported to using that command instead).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/workdir/.gitattributes [new file with mode: 0644]
diff --git a/contrib/workdir/.gitattributes b/contrib/workdir/.gitattributes
new file mode 100644 (file)
index 0000000..1f78c5d
--- /dev/null
@@ -0,0 +1 @@
+/git-new-workdir eol=lf