X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DCg0LVdSdjcwyLMs Cod3oVa9xmFjkk92FbJ6lhyaFbRIF35nQDbBPQOPcN57rfwl0r5V49wa2u1BzEAC N+ECFQ51mONyYjkBY1/2iywPYawhgh99wXEMAMwurNLwgWtEYw/MwdrGojFC3Zw1 j3Y5m8iywfqzAP//5pXIOuG/m8w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=2Gb1muLy25e6DgQK9GVV5z o46GA=; b=OfyKr54bY2bwNbun9gKs1Dfriiu89GxrANxM8ziexfW0OtX3AzOBfe jye9x5wucl5fMOLYBe5XqY/+CuR7lvOKAxOm9mqhzP/tU0lJiPPPRXuXUndGnXzG BgXPnC92om5PRLP/b6UHSuMwmgstQ4QEgzKuccdEO3NppR3lOz/1w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 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:1690, spoken, person, friends X-HELO: mail-io0-f195.google.com 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:content-language :content-transfer-encoding; bh=wP4FyFtxkfr1kaIi+IQifjobuJwu5lhDxHOLFUmK0u8=; b=aX8imKXqHX+ZVqtSfsOy9fCycMw53BXlsjwD/VYgXISVaEHYMlEJmUpSrObPQVPisH AefiOvcziRMt72cbHRUpmxVEk2wjvDmKZZpS7VsFeC3nYzso1UEHS8CrumbYR9AEXR0x udZzDPBHAO1uK5KvJiHnT0u6pvgalSP6OWnC0yMpawHKXn9DXJ411DLHr1vLPtFbb/Ky NnlXqEx2ZXVDa+0C6FZ39LwwBCbZ49Rb9Yg7+k+Z2dSgYKYbRnL08LBlllnd72bAM3vT d2l8B1E75rwmNArEgyNm+Gy1G4eoKzZUWjuQDScfTJm2RY6c6nuH9ntOObwlcCeemjhV KEyA== X-Gm-Message-State: AIVw110wHb6b5+e7sXZZYRqNyGeEu7FvxuxunbD/CQ5HkKP1oYkY3jYA LdnUVfHgqk5eV6Lp X-Received: by 10.107.29.6 with SMTP id d6mr7939862iod.34.1500641892267; Fri, 21 Jul 2017 05:58:12 -0700 (PDT) Subject: Re: Removing Git dependency on Perl [Was: [ANNOUNCEMENT] Updated: Git v2.13.2-2] To: cygwin AT cygwin DOT com References: <20170721101141 DOT GB2185 AT dinwoodie DOT org> <5971ed2f DOT c6efca0a DOT c764c DOT a02b AT mx DOT google DOT com> From: cyg Simple Message-ID: Date: Fri, 21 Jul 2017 08:58:14 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <5971ed2f.c6efca0a.c764c.a02b@mx.google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 7/21/2017 8:01 AM, Steven Penny wrote: > On Fri, 21 Jul 2017 11:11:41, Adam Dinwoodie wrote: >> 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. >> >> 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. > > Good points. We might need to just leave it alone for the time being: > > 1. One person has already spoken up in this thread against it: > > http://cygwin.com/ml/cygwin/2017-07/msg00287.html > > 2. Debian Git still requires it: > > http://packages.debian.org/experimental/git > > 3. git-add--interactive.perl is still being worked on, 14 commits this > year: > > http://github.com/git/git/commits/master/git-add--interactive.perl > > So until they rewrite it in C, we might need to just keep things the way > they > are. I dont use it with my workflow, so its a shame to pull in Perl for > a single > file that I do not use, but I get the arguments against. Perl is a requirement for development work using autoconf and friends anyway so is it that much of a struggle to require it for git? -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple