v2-0001-Remove-non-existing-file-from-.gitattributes.patch
application/octet-stream
Filename: v2-0001-Remove-non-existing-file-from-.gitattributes.patch
Type: application/octet-stream
Part: 3
Patch
Format: format-patch
Series: patch v2-0001
Subject: Remove non-existing file from .gitattributes
| File | + | − |
|---|---|---|
| .gitattributes | 0 | 1 |
From 05e2bbeeb9d84de1f48ee2f70ba64ec20c6354fd Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio <jelte.fennema@microsoft.com> Date: Thu, 15 Feb 2024 09:49:38 +0100 Subject: [PATCH v2 1/4] Remove non-existing file from .gitattributes --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 55e60604052..e9ff4a56bd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,- # Test output files that contain extra whitespace *.out -whitespace src/interfaces/ecpg/test/expected/* -whitespace -src/interfaces/libpq/test/expected.out whitespace=-blank-at-eof # These files are maintained or generated elsewhere. We take them as is. configure -whitespace base-commit: 9bc1eee988c31e66a27e007d41020664df490214 -- 2.34.1