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.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE 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 72D801F66E for ; Wed, 1 Jun 2022 18:37:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356260AbiFAS03 (ORCPT ); Wed, 1 Jun 2022 14:26:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356259AbiFAS01 (ORCPT ); Wed, 1 Jun 2022 14:26:27 -0400 Received: from nmsh6.e.nsc.no (nmsh6.e.nsc.no [148.123.160.200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0761DA5015 for ; Wed, 1 Jun 2022 11:26:25 -0700 (PDT) Received: from [192.168.1.110] (unknown [194.19.73.58]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: joak-pet) by nmsh6.e.nsc.no (smtp.online.no) with ESMTPSA id EE98F1D4139; Wed, 1 Jun 2022 20:26:23 +0200 (CEST) Message-ID: Date: Wed, 1 Jun 2022 20:26:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [RFC PATCH] git-prompt: make colourization consistent Content-Language: en-US To: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= Cc: git@vger.kernel.org References: <20220601134414.66825-1-joak-pet@online.no> <220601.864k141ls0.gmgdl@evledraar.gmail.com> From: Joakim Petersen In-Reply-To: <220601.864k141ls0.gmgdl@evledraar.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Source-IP: 194.19.73.58 X-Scanned-By: MIMEDefang 2.84 on 10.123.160.200 Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 01/06/2022 16:47, Ævar Arnfjörð Bjarmason wrote: > This seems to make sense to me, but I haven't looked deeply into it. But > let's CC the author of 0ec7c23cdc6 (git-prompt: make upstream state > indicator location consistent, 2022-02-27) (which I've done here). > > For a non-RFC patch I think a rephrasing of most of what yo uhave below > "--" should be part of the message. Note how I referred to the > 0ec... commit above, you should reference the commit like that (see > SubmittingPatches). > > Thanks for working on this fix! > > Thanks for the pointers, I'll keep that in mind for the follow-up! I do have one question regarding the procedure for the follow-up, though: If there are no code changes, should it still be submitted as a "v2"?