From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 9F4EC3858401 for ; Mon, 22 Aug 2022 16:10:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9F4EC3858401 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-153-QhkWHtB0OuaL5MoVQ8gmUQ-1; Mon, 22 Aug 2022 12:10:17 -0400 X-MC-Unique: QhkWHtB0OuaL5MoVQ8gmUQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CE234185A7A4 for ; Mon, 22 Aug 2022 16:10:16 +0000 (UTC) Received: from [10.2.17.134] (unknown [10.2.17.134]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 97978909FE for ; Mon, 22 Aug 2022 16:10:16 +0000 (UTC) Message-ID: <95443b0d-91f0-4f81-8c92-72c2c369a166@redhat.com> Date: Mon, 22 Aug 2022 09:10:15 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] r-dejagnu-diff-logs: fix patched-unpatched typo To: bunsen@sourceware.org References: <20220815162847.1951605-1-keiths@redhat.com> From: Keith Seitz In-Reply-To: <20220815162847.1951605-1-keiths@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2022 16:10:21 -0000 On 8/15/22 09:28, Keith Seitz via Bunsen wrote: > There is a little typo in get_commits() which could (or will) cause the > user some confusion. The unpatched and patched commits are reversed > because of a typo! I've pushed this patch. Keith