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 8a75f2a50383f81b7f923c39f5554d50f95631bc Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jan 24 14:36:48 2026 +0100 dev: Update .gitattributes for Nouveau After moving Nouveau from `nouveau` to `extra/nouveau` we need to update the `.gitattributes` 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
