From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id D342A1F670 for ; Mon, 25 Oct 2021 17:58:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232026AbhJYSAd (ORCPT ); Mon, 25 Oct 2021 14:00:33 -0400 Received: from mail-lf1-f54.google.com ([209.85.167.54]:35417 "EHLO mail-lf1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230398AbhJYSAc (ORCPT ); Mon, 25 Oct 2021 14:00:32 -0400 Received: by mail-lf1-f54.google.com with SMTP id p16so14332689lfa.2 for ; Mon, 25 Oct 2021 10:58:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i6glalwVzWzGZ3ZKdbZKU+7T2ZAIE2jAEz/hY+ffEgU=; b=yFspkwmZLNhjpRkvezKJIWYjcaPRj0ESW30TzurzoquIDBKeLN0Mzpe6+R0bIavd+e SFp07j8rQntugosBbYUp5h00PyCAfs4gdHs0sR0QHo2+mskU+5QsMR3XfKpKPkCnlxvI Kp8+UQOF3Ri2WpNxJzP/cFobqUQmVhJHFO2Nc/SaZEqRiE5oXBkOTm/ouw5GmG4/DMxM bZ+2HUyGX684yBB43aaeQDXaCClWRmtrLBaGZuBys5qNL+CVLA9Vzxzm0+v9VrA22uqC bcQLtD0fhmL++vhlLGx7kFY0T9l/TicTBFWcU94TVShhNfWupC3S5A1rKHcBAk3Au6O+ dGCw== X-Gm-Message-State: AOAM531ZvtYjD5HgYBzE0zvyk7H+f6NI/hVFrTJY0COjz+BvvRZ0s0Ye X2u4hpfQV3QudTc3WyOo00GuQ0UbARSQPPRnaXACTKY7 X-Google-Smtp-Source: ABdhPJwEL173GYuW1uQCiitBow0/taBaJ7ZsbWwVH9Mey5ukyuwtRN2FyrPKODuyXQ3yUJtTZHv9h1zn26wJSk4cy8I= X-Received: by 2002:a05:6512:3b5:: with SMTP id v21mr8656855lfp.352.1635184689215; Mon, 25 Oct 2021 10:58:09 -0700 (PDT) MIME-Version: 1.0 References: <20211022064543.28950-1-bagasdotme@gmail.com> In-Reply-To: From: Eric Sunshine Date: Mon, 25 Oct 2021 13:57:58 -0400 Message-ID: Subject: Re: [PATCH v4] archive: describe compression level option To: Junio C Hamano Cc: Bagas Sanjaya , Git List , vagabon.xyz@gmail.com, =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= , =?UTF-8?Q?Ren=C3=A9_Scharfe?= , Jeff King Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Oct 25, 2021 at 1:49 PM Junio C Hamano wrote: > Eric Sunshine writes: > >> In summary, perhaps something like this? I still have "-9 (best > >> ratio)" which does not say it is merely the intent and not > >> guarantee, but the resulting text read a bit funny with "best ratio" > >> replaced with "try hardest". > > > > This version looks fine. Thanks. > > Thanks for proofreading. I have locally fixed a grammo ("Larger > values allow the command"), by the way. Bleh. My eyes slid right over that grammo. Oh well. With that grammo fix, it looks even better.