commit | 20dc0016eebdfabbbffe8fc98364fed855ce59a4 | [log] [tgz] |
---|---|---|
author | Martin Koegler <mkoegler@auto.tuwien.ac.at> | Mon Feb 25 22:46:13 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 05 11:36:30 2008 -0800 |
tree | 5a2090a7cccb9ed732f8d1fb6ba6166562b101a8 | |
parent | f2898cfadc85c763a4b8299ab833a2c733c8467a [diff] |
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>