transfer.fsckobjects: unify fetch/receive.fsckobjects
commitdab76d3aa682a340e886df84da33326368c38633
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Sep 2011 19:37:45 +0000 (4 12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Sep 2011 19:39:32 +0000 (4 12:39 -0700)
tree411ed9ca9713a519d7c8a6fd4ce0a7bb5b87b3b7
parent5e838ea7aa74dfbc9820bcf798c0f118e91532f9
transfer.fsckobjects: unify fetch/receive.fsckobjects

This single variable can be used to set instead of setting fsckobjects
variable for fetch & receive independently.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/fetch-pack.c
builtin/receive-pack.c