This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch dev/update-git-attributes-for-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2a4b5ef59b77194bbd0544d6fd2e624625626a2e
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat Jan 24 14:36:48 2026 +0100

    dev: Update .gitattribues for Nouveau
    
    After moving Nouveau from `nouveau` to `extra/nouveau` we
    need to update the `.gitattribues` file, that Windows will
    use LF as line ending, when no `core.autocrlf` is
    configured within git.
---
 .gitattributes | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 7b7f56abb..0c4d7cf7b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,3 @@
-nouveau/**/* text eol=lf
-nouveau/**/*.bat text eol=crlf
-nouveau/**/*.jar binary
+extra/nouveau/**/* text eol=lf
+extra/nouveau/**/*.bat text eol=crlf
+extra/nouveau/**/*.jar binary

Reply via email to