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.8 required=3.0 tests=AWL,BAYES_00, 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 E6E891F953 for ; Tue, 4 Jan 2022 16:31:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235304AbiADQb0 (ORCPT ); Tue, 4 Jan 2022 11:31:26 -0500 Received: from mail-il1-f171.google.com ([209.85.166.171]:45912 "EHLO mail-il1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229984AbiADQbZ (ORCPT ); Tue, 4 Jan 2022 11:31:25 -0500 Received: by mail-il1-f171.google.com with SMTP id g5so28682334ilj.12 for ; Tue, 04 Jan 2022 08:31:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=W9529Ic9zLgcpTAFtr128rtBasI1W1op5X1AM8efQDw=; b=B/VRIzSV/aOoSpmhj79p1ELq81sEOVJF16lXoSqvubvxj1iRUjMI5/vM39yveIFyHs kdGANw2pO6jCxbAilRnl3COQrTiN4CPKqq/n5hF1f+lJimLuOrYzqE3sSj3OzvjYU4mh horwYXqpawnKcsRwqHRIAGA5SrmNDv/FfUDRYsUM50Mor47PeC+D3flF5bcFFIKRk5hp /oMxB1RRSL7GdRpW/VJbYLRrqS+cxvj7hblrU0R9s0jeWia6qCMacOsDOVhIxcBybelt nSIsAQwnaHrGUXSBj0UWvs9spgp+tpsohxsXSlN0fokUJqey+R9yhzkMn84RYyUNTgim SYTw== X-Gm-Message-State: AOAM533ezUn4gRT1bpjFU+GURydaNNymH8MtCUTU5j2U5BLX97SSr+bN oADlzySADwHLKta25qhxjblJy9jYqMbjlv7DNQo= X-Google-Smtp-Source: ABdhPJwtGnfoT0FzFeYO8My762Jcql11bbrAdeblfxZhoMOAtNIczl9ccSw12utEX+FF3TKPSpae7Fol4U25H5eABko= X-Received: by 2002:a05:6e02:156c:: with SMTP id k12mr21994798ilu.94.1641313884426; Tue, 04 Jan 2022 08:31:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Erik Cervin Edin Date: Tue, 4 Jan 2022 17:30:48 +0100 Message-ID: Subject: Re: Bug using `fetch` with blank `-c` arguments to git To: Adam Dinwoodie Cc: Git Mailing List , Patrick Steinhardt Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Jan 4, 2022 at 3:48 PM Adam Dinwoodie wrote: > Investigating with `git bisect`, the change in behaviour seems to have > been introduced in 1ff21c05ba ("config: store "git -c" variables using > more robust format", 2021-01-12). If that's the case it should be present since v2.31.0 I can't replicate in git version 2.34.1.windows.1 But that's MinGW based so if you don't see it in cygwin it's not a big surprise On Tue, Jan 4, 2022 at 5:16 PM Adam Dinwoodie wrote: > but it looks like the issue occurs when using `-c` to set a config > option regardless of the option being set.) :(