]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/fsck-indices-in-worktrees'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2023 21:03:08 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2023 21:03:08 +0000 (14:03 -0700)
commit2d019f46b00530c6c97413a840a4f0bb14b45877
treeedb4c23c13d0065d9f720b27eb458b4c32315b47
parent73876f4861cd3d187a4682290ab75c9dccadbc56
parent8d3e7eac529b42319622692028b45670bdff8835
Merge branch 'jk/fsck-indices-in-worktrees'

"git fsck" learned to check the index files in other worktrees,
just like "git gc" honors them as anchoring points.

* jk/fsck-indices-in-worktrees:
  fsck: check even zero-entry index files
  fsck: mention file path for index errors
  fsck: check index files in all worktrees
  fsck: factor out index fsck
t/t1450-fsck.sh