From: Johannes Schindelin Date: Mon, 22 Jun 2015 15:27:12 +0000 (+0200) Subject: fsck: introduce `git fsck --connectivity-only` X-Git-Tag: v2.6.0-rc0~104^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/02976bf856bc47ea2bcb9423cd13b6f69ce58929?hp=02976bf856bc47ea2bcb9423cd13b6f69ce58929 fsck: introduce `git fsck --connectivity-only` This option avoids unpacking each and all blob objects, and just verifies the connectivity. In particular with large repositories, this speeds up the operation, at the expense of missing corrupt blobs, ignoring unreachable objects and other fsck issues, if any. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---