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=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 04E3D1F9E0 for ; Wed, 29 Apr 2020 15:37:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726963AbgD2PgM (ORCPT ); Wed, 29 Apr 2020 11:36:12 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:59670 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726484AbgD2PgL (ORCPT ); Wed, 29 Apr 2020 11:36:11 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id CA456D625A; Wed, 29 Apr 2020 11:36:09 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=E/z4L9enlTFR8e8QVE2TInpBxCY=; b=LdySKB STvdXtpF5FdYsJmDce38oqk2tUnXq5Ot0yldmvNvy0hoqE/WALDl/on/SP3lfLx+ 5BFhhxWuYm5b6D7lVWFgnIxRZRHFvsVd6B5qhoMUCglEQO8Jmxlf6YtuoF52K3pZ ZvQS0mDHrtxfguGh2QvbP9okN5ZNGkDKBWklI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=mTBF2CaZXmF3dCzmzjzLqHOBrSiUxHVp pNaL22qOkFDGzT85OpRVY0nG8wwtYMP+JuMGotcfeMaMNYdHUXEEFFX0b1DEsnCQ rCKDuiji4fEBKgzV0szW/WuoRmX55cJ9jgmiqtwITisbLdaGIpiwHzhJ0QrxKx4d 6qY9OwezHsw= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id C2F80D6259; Wed, 29 Apr 2020 11:36:09 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 14644D6257; Wed, 29 Apr 2020 11:36:07 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Jeff King , "brian m. carlson" , Jonathan Nieder , Ilya Tretyakov Subject: Re: [PATCH v3 3/3] credential: handle `credential..` again References: <0535908dd7ea4487b342c0f86182579279c57b34.1587728992.git.gitgitgadget@gmail.com> Date: Wed, 29 Apr 2020 08:36:05 -0700 In-Reply-To: (Johannes Schindelin's message of "Wed, 29 Apr 2020 16:58:05 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 24A38DB4-8A2F-11EA-BB0E-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: >> while the other branch lacks the extra blank line just before the >> single quote is closed. I queued 850ef627 (SQUASH??? ... > > Thank you for pointing that out. I already did that: ... > Do you want me to send another iteration, for completeness' sake? Then if I squash 850ef627 on my end, we'd be in sync, so unless there is any other change, no need to resend it. Have we got enough eyeballs that looked at the patches already? Thanks.