Junio C Hamano wrote:
> Jonathan Nieder <jrnie...@gmail.com> writes:
>> Jeff King wrote:

>>> +   default:
>>> +           die("BUG: unhandled change_type %d in 
>>> wt_status_print_change_data",
>>> +               change_type);
>>
>> Micronit: s/unhandled/invalid/.
>
> I actually think "unhandled" is more correct for this one; we may
> add new change_type later in the caller, and we do not want to
> forget to add a new case arm that handles the new value.

Ok.  Makes sense.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to