projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf276d6
)
* .config/git/config: Don't set core.autocrlf = input.
author
Amin Bandali
<bandali@gnu.org>
Thu, 20 Apr 2023 21:11:46 +0000
(17:11 -0400)
committer
Amin 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
patch
|
blob
|
blame
|
history
diff --git
a/.config/git/config
b/.config/git/config
index
535ced4
..
f1ac520
100644
(file)
--- 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"