diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-05-09 14:53:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-10 13:32:50 +0900 |
commit | bee286f8f7c2e08a9c7fef28136796f6fd99a8ab (patch) | |
tree | a0e9eaa22555a6d8e69594b97609ffae3133a89a /contrib | |
parent | 00ddc9d13cadb66d51e72107109baef1b3ca7c70 (diff) | |
download | git-bee286f8f7c2e08a9c7fef28136796f6fd99a8ab.tar.gz git-bee286f8f7c2e08a9c7fef28136796f6fd99a8ab.tar.xz |
git-new-workdir: mark script as LF-only
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>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/workdir/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/workdir/.gitattributes b/contrib/workdir/.gitattributes new file mode 100644 index 000000000..1f78c5d1b --- /dev/null +++ b/contrib/workdir/.gitattributes @@ -0,0 +1 @@ +/git-new-workdir eol=lf |