]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/die-with-bug'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:55 +0000 (09:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:55 +0000 (09:39 -0800)
commit159597f5a3ec881572953995f346635ab9ef8a23
tree9e9de475ab4bfee71f41127d48496dfdddf4770c
parentb174a3c01423897154d26c96baab366229f16976
parenteafd6e7e5585ecf7e0d4bd542d7565fea008795a
Merge branch 'ab/die-with-bug'

Code clean-up.

* ab/die-with-bug:
  object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
  pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
  strbuf.h: use BUG(...) not die("BUG: ...")
  pack-objects: use BUG(...) not die("BUG: ...")
builtin/pack-objects.c