]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/fsck-doc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:05 +0000 (15:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:06 +0000 (15:16 +0900)
commitea327760d38b03be552418de044843cd2f0dba2e
tree3c8413ae4d0c5728712332169495b96560438aef
parent88255bba4518c02d8eb9678d7358175158a1d7cb
parent8d8c2a5aef0fd20a68271697e50412791c06d9b7
Merge branch 'jk/fsck-doc'

"git fsck --connectivity-only" omits computation necessary to sift
the objects that are not reachable from any of the refs into
unreachable and dangling.  This is now enabled when dangling
objects are requested (which is done by default, but can be
overridden with the "--no-dangling" option).

* jk/fsck-doc:
  fsck: always compute USED flags for unreachable objects
  doc/fsck: clarify --connectivity-only behavior
Documentation/git-fsck.txt
builtin/fsck.c
t/t1450-fsck.sh