commit: 5449bb818b13730dc9626915f5fa80e59113a96a
parent 4bebe1e3cea9001448648c5c99a3dad761db8ed1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 31 Jul 2025 07:19:08 +0200
.gitconfig: format.useAutoBase, git://github.com/, fsckObjects
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -36,5 +36,16 @@
autoSquash = true
[format]
notes = yes
+ useAutoBase = true
+[url "https://github.com/"]
+ insteadOf = git://github.com/
[gpg]
format = ssh
+[alias]
+ fak = commit --amend
+[transfer]
+ fsckObjects = true
+[receive]
+ fsckObjects = true
+[fetch]
+ fsckObjects = true