https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0436a4c73b22d9cce3905…
commit 0436a4c73b22d9cce390504c5225ceaae8731854
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Oct 8 15:46:02 2017 +0200
Add a small descriptive comment for the reason why the chosen files are specified in a
.gitattributes file.
---
boot/bootdata/.gitattributes | 2 +-
hal/halx86/legacy/bus/.gitattributes | 1 +
subsystems/mvdm/config/.gitattributes | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/boot/bootdata/.gitattributes b/boot/bootdata/.gitattributes
index 6b7a8fc6dc..38f873f93f 100644
--- a/boot/bootdata/.gitattributes
+++ b/boot/bootdata/.gitattributes
@@ -1,2 +1,2 @@
-# This one will be distributed in the ISO.
+# The README file is distributed in the ISO.
readme.txt text eol=crlf
diff --git a/hal/halx86/legacy/bus/.gitattributes b/hal/halx86/legacy/bus/.gitattributes
index d58638ba9b..0ddf4ebe1b 100644
--- a/hal/halx86/legacy/bus/.gitattributes
+++ b/hal/halx86/legacy/bus/.gitattributes
@@ -1,2 +1,3 @@
+# The HAL expects these files to be in CR-LF.
pci_classes.ids text eol=crlf
pci_vendors.ids text eol=crlf
diff --git a/subsystems/mvdm/config/.gitattributes
b/subsystems/mvdm/config/.gitattributes
index f95b66d5ee..2eaecf386d 100644
--- a/subsystems/mvdm/config/.gitattributes
+++ b/subsystems/mvdm/config/.gitattributes
@@ -1,2 +1,3 @@
+# These files are distributed with ReactOS.
AUTOEXEC.NT text eol=crlf
CONFIG.NT text eol=crlf