]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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: ...")

1  2 
builtin/pack-objects.c

Simple merge