From e5010376d2c3d3dfde8cdc7e26a764296d7aaa62 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Thu, 20 Apr 2023 17:11:46 -0400
Subject: * .config/git/config: Don't set core.autocrlf = input.

This can change line-endings in PO files for merge commits, which will
be problematic when dealing with git merges with Debian tools (for
git-based Debian packaging).
---
 .config/git/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/git/config b/.config/git/config
index 535ced4..f1ac520 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -10,7 +10,7 @@
 # 	signoff = true
 
 [core]
-	autocrlf = input  # CRLF -> LF on commit
+# 	autocrlf = input  # CRLF -> LF on commit
 	editor = emacsclient -t
 	pager = "less"
 
-- 
cgit v1.2.3-83-g751a