Skip to content

Commit 50d8431

Browse files
author
Tim Hutt
committed
Don't mangle patch file line endings in all directories
Previous version would only look in the root dir which obviously doesn't work.
1 parent 1aac4b2 commit 50d8431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ windows/NewGuidCmd.exe.config text eol=crlf
1616
windows/NewGuidCmd.exe binary
1717

1818
# Prevent git changing CR-LF to LF when archiving (patch requires CR-LF on Windows).
19-
*.patch -text
19+
**/*.patch -text
2020

0 commit comments

Comments
 (0)