From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 8446B3857713 for ; Tue, 9 May 2023 16:57:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8446B3857713 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id wLcDpwzZ7LAoIwQeKpEc3E; Tue, 09 May 2023 16:57:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1683651436; bh=ke4CpefiPQlPHsnJGC9/1VS2D8lUrzrMbhsiA3pk6bs=; h=Date:From:Subject:Reply-To:To:References:In-Reply-To; b=Iwo/cut7N26IF4k+Gr99CeB7sfz0t63JMyy3oscM4ANrcYoMb58VI2hpu/sgk9yQr mSrf0SVid0OIPsa1pEEhofx3omXrK0jo5ZeanhUA/tDewUjPaREcsF+Io9r6ewecMa wqwXcG09NVaLVJbjf4NcDT2xtQRzaz3n5qhZCg2vMcKDmuvmK1pp4fdgCJFzo8Dmrq XIYbBGqr2r072iH84E6H1UUXggkDQwP+rZlWbHcaydpx3tj8FZBL+BtTKp1ivE28qE RMQ7AocLul1MGE2V7C6QVoIInVW3f1IVBdiHX4p12uQ+rUOeSi1m8c9SjgV9RoYDEW LBYUMRx8AVrCw== Received: from [10.0.0.5] ([184.64.102.149]) by cmsmtp with ESMTP id wQeJp507z3fOSwQeJpb0xo; Tue, 09 May 2023 16:57:16 +0000 X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=645a7b6c a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=IkcTkHD0fZMA:10 a=e3tV0-lBg0AOpTCdrtIA:9 a=QEXdDO2ut3YA:10 Message-ID: Date: Tue, 9 May 2023 10:57:15 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 From: Brian Inglis Subject: git-send-email --confirm=always error after perl upgrade Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: Content-Language: en-CA Organization: Inglis In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfL9EmiiZMxBPVZKX11xQWTs4KozZFTwXp1nsf07RGpah3scTA/fTTv3JHENK97ehmJA98GRy/jP5ZwUDfWlSfqlv/Lz6SRyxkp2ZskgsCCDl8RcG7xvn 8NyMKjTyl3mxdDCxcBEd4KhFVyHwYtejbw6OJtMSPW0SDonpBaXfC+M2Y++TYdjQNCcaKONE3ww3VA== X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,URI_HEX autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-05-02 13:36, Achim Gratz via Cygwin wrote: > Perl 5.36.1-1 is now available on Cygwin, replacing perl-5.32.1. Most > Perl distributions and dependent packages have been either re-released > or updated in conjunction with this update. The following packages have > been released for Cygwin: Hi folks, Just updated everything including perl and now git send-email fails with error without prompting or requesting input for sendemail.confirm = always - address headers have been sanitized and perl indents have been reduced: $ git send-email --to=patches 0001-fhandler-proc.cc-format_proc_cpuinfo-Add-Linux-6.3-cpuinfo.patch 0001-fhandler-proc.cc-format_proc_cpuinfo-Add-Linux-6.3-cpuinfo.patch (mbox) Adding to: patches from line 'To: patches' From: user.name To: patches Subject: [PATCH] fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfo Date: Sun, 7 May 2023 16:07:20 -0600 Message-Id: <68bbf3607bdf37fcd32613aa962abe50846d968a.1682994011.git.user.email> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Bcc: user.name Reply-To: patches Content-Transfer-Encoding: 8bit Send this email reply required at /usr/libexec/git-core/git-send-email line 1585. $ git-send-email: 1561 if ($needs_confirm && !$dry_run) { 1562 print "\n$header\n"; 1563 if ($needs_confirm eq "inform") { 1564 $confirm_unconfigured = 0; # squelch this message for the rest of this run 1565 $ask_default = "y"; # assume yes on EOF since user hasn't explicitly asked for confirmation 1566 print __ < qr/^(?:yes|y|no|n|edit|e|quit|q|all|a)/i, 1584 default => $ask_default); 1585 die __("Send this email reply required") unless defined $_; -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry