Re: [PATCH v7 6/7] list-objects-filter: use BUG rather than die

2018-09-04 Thread Junio C Hamano
Matthew DeVore writes: > 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 > --- Ma

[PATCH v7 6/7] list-objects-filter: use BUG rather than die

2018-09-04 Thread Matthew DeVore
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 --- list-objects-filter.c | 11 --- 1