* .config/git/config: Don't set core.autocrlf = input.
authorAmin Bandali <bandali@gnu.org>
Thu, 20 Apr 2023 21:11:46 +0000 (17:11 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 20 Apr 2023 21:11:46 +0000 (17:11 -0400)
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

index 535ced4..f1ac520 100644 (file)
@@ -10,7 +10,7 @@
 #      signoff = true
 
 [core]
-       autocrlf = input  # CRLF -> LF on commit
+#      autocrlf = input  # CRLF -> LF on commit
        editor = emacsclient -t
        pager = "less"