Hey Junio,

On Wed, Jun 8, 2016 at 3:37 AM, Junio C Hamano <gits...@pobox.com> wrote:
> Vasco Almeida <vascomalme...@sapo.pt> writes:
>
>> These messages are relevant for the programmer only, not for the end
>> user.  Thus, they can be unmarked for translation, saving translator
>> some work.
>>
>> Signed-off-by: Vasco Almeida <vascomalme...@sapo.pt>
>> ---
>>  git-bisect.sh | 2 +-
>>  wt-status.c   | 4 ++--
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/git-bisect.sh b/git-bisect.sh
>> index 30d01bb..ae3cb01 100755
>> --- a/git-bisect.sh
>> +++ b/git-bisect.sh
>> @@ -274,7 +274,7 @@ bisect_state() {
>>       check_and_set_terms $state
>>       case "$#,$state" in
>>       0,*)
>> -             die "$(gettext "Please call 'bisect_state' with at least one 
>> argument.")" ;;
>> +             die "Please call 'bisect_state' with at least one argument." ;;
>
> OK.  This should have had "bug:" prefix from the beginning, but that
> is outside the topic.

I can probably include this with the rewrite of git-bisect.sh .

Regards,
Pranit Bauva
--
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