]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-fsck.txt
doc/fsck: clarify --connectivity-only behavior
authorJeff King <peff@peff.net>
Tue, 5 Mar 2019 04:46:38 +0000 (23:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2019 13:53:52 +0000 (22:53 +0900)
commitdf805ed6cfdc3345ce238101104c51bef5ec09e7
tree7584114fd543d677ca822d84dc3a431a2076d497
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
doc/fsck: clarify --connectivity-only behavior

On reading this again, there are two things that were not immediately
clear to me:

  - we do still check links to blobs, even though we don't open the
    blobs themselves

  - we do not do the normal fsck checks, even for non-blob objects we do
    open

Let's reword it to make these points a little more clear.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fsck.txt