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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 89B7C1F910 for ; Sat, 12 Nov 2022 14:41:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234380AbiKLOlJ (ORCPT ); Sat, 12 Nov 2022 09:41:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231377AbiKLOlI (ORCPT ); Sat, 12 Nov 2022 09:41:08 -0500 Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98DA61A3AD for ; Sat, 12 Nov 2022 06:41:05 -0800 (PST) Received: from 88-110-102-84.dynamic.dsl.as9105.com ([88.110.102.84] helo=[192.168.1.57]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1otrgn-0006Ks-Er; Sat, 12 Nov 2022 14:40:58 +0000 Message-ID: <1675f68d-d3ae-6004-e2b1-a3bcec862264@iee.email> Date: Sat, 12 Nov 2022 14:40:56 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: What's cooking in git.git (Nov 2022, #02; Tue, 8) To: Taylor Blau , git@vger.kernel.org References: Content-Language: en-GB From: Philip Oakley In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 08/11/2022 23:12, Taylor Blau wrote: > -------------------------------------------------- > [Cooking] > * po/pretty-hard-trunc (2022-11-02) 1 commit > - pretty-formats: add hard truncation, without ellipsis, options > > Add a new pretty format which truncates without ellipsis. > > Missing test coverage. > source: <20221102120853.2013-1-philipoakley@iee.email> > Hi Taylor,  The summary should have been updated after v3, and we were looking for a final review . I spotted some left-over comments at the test locations that needed QZ space conversion in the here-docs, which have now been removed and a v4 submitted. Philip