Nicolas Pitre <nico@xxxxxxx> writes: >> diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c >> index 9fc3b35..99181fd 100644 >> --- a/builtin-pack-objects.c >> +++ b/builtin-pack-objects.c >> @@ -1612,7 +1612,7 @@ static void ll_find_deltas(struct object_entry >> **list, unsigned list_size, >> return; >> } >> if (progress > pack_to_stdout) >> - fprintf(stderr, "Delta compression using %d threads.\n", >> + fprintf(stderr, "Delta compression using up to %d threads.\n", >> delta_search_threads); >> >> /* Partition the work amongst work threads. */ > > This I have absolutely no issue with. > > Acked-by: Nicolas Pitre <nico@xxxxxxx> I do not have problem with the wording either, but then the commit log message needs to change, I think. Care to re-submit? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html