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 556EC1F8C1 for ; Tue, 5 May 2020 23:06:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729119AbgEEXGm (ORCPT ); Tue, 5 May 2020 19:06:42 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:58674 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727089AbgEEXGm (ORCPT ); Tue, 5 May 2020 19:06:42 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 40865C7D8B; Tue, 5 May 2020 19:06:40 -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:content-transfer-encoding; s=sasl; bh=D3D89mA8qQ+t JIEL5sYtgkgYqGc=; b=pQqL1hXp/2xUhCYWRmL5tG1f28eK6YUBFyy18Or3Vf0S n4IzYY6xT2qy9Red85adyrjmcjaIKxaXpkIXTgWcZMLLrV9npe/6DSV2RRjLFAOy QCI5yNMueJDaMTYa7kYtB6fo9fLSrwIjnMiQTMBrkNjL/MgcCN6OCxlDTcvKcV4= 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:content-transfer-encoding; q=dns; s=sasl; b=h66XFY XWKdrR7AAhBM6MTLSYXFSsFo956I3qKbooGFtwLqRWLSSJIC373nME5QpqOpNp6w ECo/sg5du6f4c19LVi1IyQoA3BEqZiQA9v1bsgPbXHZsCQsb0ucfprYUfiufA8g7 BGx5VhPGXw/MwNVGX7m8NoRLQ4rnpHZR7oDes= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 2DD50C7D89; Tue, 5 May 2020 19:06:40 -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 72193C7D85; Tue, 5 May 2020 19:06:37 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Carlo Marcelo Arenas =?utf-8?Q?Bel=C3=B3n?= Cc: git@vger.kernel.org Subject: Re: What's cooking in git.git (May 2020, #02; Tue, 5) References: <20200505225351.GA49541@Carlos-MBP> Date: Tue, 05 May 2020 16:06:35 -0700 In-Reply-To: <20200505225351.GA49541@Carlos-MBP> ("Carlo Marcelo Arenas =?utf-8?Q?Bel=C3=B3n=22's?= message of "Tue, 5 May 2020 15:53:51 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 127ADA8E-8F25-11EA-AD11-8D86F504CC47-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Carlo Marcelo Arenas Bel=C3=B3n writes: > On Tue, May 05, 2020 at 03:38:41PM -0700, Junio C Hamano wrote: >> * cb/credential-store-ignore-bogus-lines (2020-05-02) 2 commits >> (merged to 'next' on 2020-05-05 at 5b919ec5d6) >> + credential-store: ignore bogus lines from store file >> + credential-store: document the file format a bit more >>=20 >> With the recent tightening of the code that is used to parse >> various parts of a URL for use in the credential subsystem, a >> hand-edited credential-store file causes the credential helper to >> die, which is a bit too harsh to the users. Demote the error >> behaviour to only warn and keep using well-formed lines instead. > > this blurb needs updating, as this version doesn't warn as reflected > by the branch name. Thanks for reading carefully. Updated.