From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7591 invoked by alias); 21 Jul 2017 10:18:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7577 invoked by uid 89); 21 Jul 2017 10:18:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1195, H*c:application, friends X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Jul 2017 10:18:19 +0000 Received: by mail-wm0-f47.google.com with SMTP id e131so9984388wme.0 for ; Fri, 21 Jul 2017 03:18:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=w0nj2AibTjZeGSncVaA4fy4ikQYf5EedxhMz8FtcX8I=; b=PKlqAyM0IAPuWVCUd39ofpIWA4rmHc4re099JcagalPpY/lKwG0MUySoQolGxUQMgF 0DLSyC9TmynQ8QtBGZcBwvlzbHDRJj+nrbKq5hvD7eQkqWREuXChrP/0LBQEqVJPvwao EhWRHuZJ1e4+PZZ8zJvdg9UBlVT0IPcOqNf2KdYyagJ1mUPJPAFCfsoOUT9gIl3hcc2p faQDYE52Z3FZL5cox8tYLewHRWVpYOy0LTrR1/KtNtG/WFBQ5kfvxLhpfoR8i23h2bVl pp7fyZx0D6THL3R4Gy5jlp/eG/nZTx4bYSzceVE/6Z9eTKSjHsauf6Em5D6QzrppxALe vHHA== X-Gm-Message-State: AIVw1103LcYs9VDWVk2cZO75xX2iYloaBogWSfsg6djHHN9Lq9IOk3TO JG2QqSda6OsAbsj5 X-Received: by 10.80.194.137 with SMTP id o9mr5515801edf.162.1500632297316; Fri, 21 Jul 2017 03:18:17 -0700 (PDT) Received: from [192.168.5.149] (d51a44418.access.telenet.be. [81.164.68.24]) by smtp.googlemail.com with ESMTPSA id u27sm2131845edi.91.2017.07.21.03.18.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jul 2017 03:18:16 -0700 (PDT) Subject: Re: Removing Git dependency on Perl [Was: [ANNOUNCEMENT] Updated: Git v2.13.2-2] To: cygwin@cygwin.com References: <59682c35.4e52ca0a.37e70.b472@mx.google.com> <20170721101141.GB2185@dinwoodie.org> From: James Darnley Message-ID: <9a217209-6220-2501-2b7b-594e426e8006@gmail.com> Date: Fri, 21 Jul 2017 12:01:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170721101141.GB2185@dinwoodie.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gTtBg1UEQQvorcqgOCsAloF2LE8wPbKDr" X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00288.txt.bz2 --gTtBg1UEQQvorcqgOCsAloF2LE8wPbKDr Content-Type: multipart/mixed; boundary="hgWeXa4Evd1E0QrUa4oLETfX5f3JeQr1T"; protected-headers="v1" From: James Darnley To: cygwin@cygwin.com Message-ID: <9a217209-6220-2501-2b7b-594e426e8006@gmail.com> Subject: Re: Removing Git dependency on Perl [Was: [ANNOUNCEMENT] Updated: Git v2.13.2-2] References: <59682c35.4e52ca0a.37e70.b472@mx.google.com> <20170721101141.GB2185@dinwoodie.org> In-Reply-To: <20170721101141.GB2185@dinwoodie.org> --hgWeXa4Evd1E0QrUa4oLETfX5f3JeQr1T Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Content-length: 1141 On 2017-07-21 12:11, Adam Dinwoodie wrote: >> 2. Perl issue is still open: >> >> http://github.com/me-and/Cygwin-Git/issues/31 >> >> Currently only these files rely on it: >> >> usr/libexec/git-core/git-add--interactive >> usr/libexec/git-core/git-archimport >=20 > Hmm. I'm struggling to work out what's appropriate here. I'd be > entirely happy splitting off the `git archimport` command to a separate > package if there were something to gain there, but I'm very wary of > splitting `git add -p` and friends off: I think that's liable to cause > considerable confusion for people who use those commands and who would > probably not expect to need a separate package for them. >=20 > I'm experimenting with what this would look like now, but if you can > find and point me at some other platform's Git distribution that also > separates out `git-add--interactive`, so I can see how they've handled > this situation, that would potentially be very useful. The feature I use most often isn't a core feature of git-add? If you do split it off, which I would be strongly against, might I suggest "git-add-interactive"? --hgWeXa4Evd1E0QrUa4oLETfX5f3JeQr1T-- --gTtBg1UEQQvorcqgOCsAloF2LE8wPbKDr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 603 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJZcdTiXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1NjEyRjRFOTUzQTZBREExMEU5QjI4NUFD QzI2REQxMDk5NDEyOTA4AAoJEMwm3RCZQSkIxpQH/2WwEfDYbp5gh4vaKC8+Qm2N 7C/AlhrBDfzQxPhnyjcpjFtIeeHdfIV97yuJKpNDPzg/HICRTLpgXCTuET+bAVoX xHOCiTrei8cTi9gk7Tuqcw2zpTRmzZ/jaXvXjkSdeT8lohAVRyjAscZZuKf50WkV 1uyhVrLWMx2rStYyZNgiL/+YevHko83w8etccq7TVkIOFfXH06+RJze4j/Fm558n xw4XWsHV7Abv9NEGxUeu1nViwyVff+AoV2eJVmCYWG9uY1oRd1P3Gf5VKKx3nd71 UCi7ocGdQ1bvrZlKEp3ONf/wMtTe7ZXEr6bYI/NkuHLGHL+XekCxuKpPvWZiJKs= =CGN8 -----END PGP SIGNATURE----- --gTtBg1UEQQvorcqgOCsAloF2LE8wPbKDr--