]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/grep-die-on-unreadable-index'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:26 +0000 (21:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:26 +0000 (21:51 +0900)
commit6ac5acae2d93f49f169d9b10dd9fcbce3fd874e2
tree7e34be3530a42546d012609d214a80394bb1a25e
parentf15a486ca1dd67757cb6a3c0545dc2c6ef992bc3
parentb2aa84c789a032c60b81d6ad68527e3a9076b99b
Merge branch 'sb/grep-die-on-unreadable-index'

Error behaviour of "git grep" when it cannot read the index was
inconsistent with other commands that uses the index, which has
been corrected to error out early.

* sb/grep-die-on-unreadable-index:
  grep: handle corrupt index files early
builtin/grep.c