On Wed, Mar 06, 2019 at 10:34:18AM +0900, Junio C Hamano wrote: > * jk/fsck-doc (2019-03-05) 2 commits > - fsck: always compute USED flags for unreachable objects > - doc/fsck: clarify --connectivity-only behavior > > "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 documented, and also the > computation is done in order to show the dangling objects when > requested (which is done by default, but can be overridden with > the "--no-dangling" option). > > Will merge to 'next'. I think this merge message needs a slight tweak with this v2; we don't document the failing now, but instead just fix it. :) Maybe: "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). -Peff