diff options
author | Matthew DeVore <matvore@google.com> | 2018-10-05 14:31:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-07 08:55:00 +0900 |
commit | 696aa73905c8c11b06735f9db830e55bc369849a (patch) | |
tree | 612a1b45a888ad8508348b68ecd3aaaac20e4a33 /pack-objects.c | |
parent | revision: mark non-user-given objects instead (diff) | |
download | tgif-696aa73905c8c11b06735f9db830e55bc369849a.tar.xz |
list-objects-filter: use BUG rather than die
In some cases in this file, BUG makes more sense than die. In such
cases, a we get there from a coding error rather than a user error.
'return' has been removed following some instances of BUG since BUG does
not return.
Signed-off-by: Matthew DeVore <matvore@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-objects.c')
0 files changed, 0 insertions, 0 deletions