ruderich.org/simon
/
config
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26ae16
)
gitconfig: Set receive.fsckobjects.
author
Simon Ruderich
<simon@ruderich.org>
Sun, 14 Oct 2012 20:22:19 +0000
(22:22 +0200)
committer
Simon Ruderich
<simon@ruderich.org>
Sun, 14 Oct 2012 20:22:19 +0000
(22:22 +0200)
gitconfig.m4
patch
|
blob
|
history
diff --git
a/gitconfig.m4
b/gitconfig.m4
index fc38d37a9c1ac4b1d12ae1ed6f8d066ecd529b8e..439f7808977f5864c0beb026fa27115b6faf0bd4 100644
(file)
--- a/
gitconfig.m4
+++ b/
gitconfig.m4
@@
-141,4
+141,9
@@
FI
# replies to the first one.
thread = shallow
+[receive]
+ # Automatically fsck objects when receiving them (respected by git
+ # receive-pack and git fetch (>= 1.7.8, for fetch)).
+ fsckobjects = true
+
# vim: ft=gitconfig noet