]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/fsck-connectivity-check-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 Jan 2017 21:15:01 +0000 (13:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jan 2017 21:15:01 +0000 (13:15 -0800)
commit4ba6197887dc79fdc6275c9f269680ba980c3a15
tree7b24b85f069b4ac0db0b29951b90d0be97e4dae1
parentb7786bb4b09463641f3e39eca18aefc630ee4f38
parenta2b22854bd5f252cd036636091a1d30141c35bce
Merge branch 'jk/fsck-connectivity-check-fix'

"git fsck --connectivity-check" was not working at all.

* jk/fsck-connectivity-check-fix:
  fsck: lazily load types under --connectivity-only
  fsck: move typename() printing to its own function
  t1450: use "mv -f" within loose object directory
  fsck: check HAS_OBJ more consistently
  fsck: do not fallback "git fsck <bogus>" to "git fsck"
  fsck: tighten error-checks of "git fsck <head>"
  fsck: prepare dummy objects for --connectivity-check
  fsck: report trees as dangling
  t1450: clean up sub-objects in duplicate-entry test
builtin/fsck.c
t/t1450-fsck.sh