OSDN Git Service

Merge branch 'nd/i18n-progress'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:26:31 +0000 (14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:26:31 +0000 (14:26 -0700)
Mark the progress indicators from various time-consuming commands
for i18n/l10n.

* nd/i18n-progress:
  i18n: mark all progress lines for translation

1  2 
builtin/pack-objects.c
diffcore-rename.c
unpack-trees.c

@@@ -755,8 -723,8 +755,8 @@@ static void write_pack_file(void
        struct object_entry **write_order;
  
        if (progress > pack_to_stdout)
-               progress_state = start_progress("Writing objects", nr_result);
+               progress_state = start_progress(_("Writing objects"), nr_result);
 -      written_list = xmalloc(nr_objects * sizeof(*written_list));
 +      written_list = xmalloc(to_pack.nr_objects * sizeof(*written_list));
        write_order = compute_write_order();
  
        do {
Simple merge
diff --cc unpack-trees.c
Simple merge