Re: [PATCH v2 06/23] builtin/pack-objects.c: mark more strings for translation

2018-07-19 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > @@ -149,7 +149,7 @@ static void *get_delta(struct object_entry *entry) > delta_buf = diff_delta(base_buf, base_size, > buf, size, _size, 0); > if (!delta_buf || delta_size != DELTA_SIZE(entry)) > - die("delta

[PATCH v2 06/23] builtin/pack-objects.c: mark more strings for translation

2018-07-18 Thread Nguyễn Thái Ngọc Duy
Most of these are straight forward. GETTEXT_POISON does catch the last string in cmd_pack_objects(), but since this is --progress output, it's not supposed to be machine-readable. Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/pack-objects.c | 104 +

[PATCH v2 06/23] builtin/pack-objects.c: mark more strings for translation

2018-06-03 Thread Nguyễn Thái Ngọc Duy
Most of these are straight forward. GETTEXT_POISON does catch the last string in cmd_pack_objects(), but since this is --progress output, it's not supposed to be machine-readable. Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/pack-objects.c | 108 +