receive-pack: allow using --strict mode for unpacking objects
commit20dc0016eebdfabbbffe8fc98364fed855ce59a4
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>
Mon, 25 Feb 2008 21:46:13 +0000 (25 22:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 19:36:30 +0000 (5 11:36 -0800)
tree5a2090a7cccb9ed732f8d1fb6ba6166562b101a8
parentf2898cfadc85c763a4b8299ab833a2c733c8467a
receive-pack: allow using --strict mode for unpacking objects

When a configuration variable receive.fsckobjects is set,
receive-pack runs unpack-objects with --strict mode to check all
received objects.

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
receive-pack.c