diff options
author | Amin Bandali <bandali@gnu.org> | 2023-04-20 17:11:46 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-04-20 17:11:46 -0400 |
commit | e5010376d2c3d3dfde8cdc7e26a764296d7aaa62 (patch) | |
tree | f989dc26b3073ac97582f2336e82c3d6533adc1f | |
parent | bf276d61dbf7f9f9ccb6d22b921274887208d4df (diff) | |
download | configs-e5010376d2c3d3dfde8cdc7e26a764296d7aaa62.tar.gz configs-e5010376d2c3d3dfde8cdc7e26a764296d7aaa62.tar.xz configs-e5010376d2c3d3dfde8cdc7e26a764296d7aaa62.zip |
* .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).
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |