Skip to content

Commit bee286f

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 00ddc9d commit bee286f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/workdir/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/git-new-workdir eol=lf

0 commit comments

Comments
 (0)