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:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=UVvVpPduqBMeiz/46e1Kna13zJVr1 ty2Vgw72cW6uToOVA+wQyURGnFYWPl/MksFynkbgIodOh4J31bP4edMpP/GwBWLV lpG6qNNSVpMRRAsBiybfmYbPIDvzREEoBwu7l8OI1kV4CBW+qdXZlXaYz8b9kMsS 1XOwnq4EXx24f4= 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:message-id:date:from:to:subject:references :content-type; s=default; bh=KtIGY2ZtbJS9D4q7sV09jUrsElY=; b=kps EvDVYbI9QZeIvEserjXxeS/FHSWDGGSTg3l7E7pkq2eMWpZQ6CWvLi60weqz2CJg TrDNlcuA1rUUP0TTMQt9UDXSw0BeRUDE+eho/pT5Hqfc3+0c6yuRKZ1PhG6jGSl+ Qpo7C4DwdD1FtZw9yN22hcS6fyVIesdfoCBngjr8= 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=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=spoken, Hx-spam-relays-external:209.85.218.66, H*RU:209.85.218.66, H*M:google X-HELO: mail-oi0-f66.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:references :user-agent; bh=9i/K1yOQ43ePJp4vSwq71FkE1dH1SMUEehI/fL9i07E=; b=rX5F10jYynzkFh3Q++q06nVhvQjlyMyxKAUKSkSpp3Ms1XeWdgc0m7Yi5xNwH+B4E3 fUzbgfC1OmnJzFqBybkFEbhvyBBvz3tfXcHPJjo5v54a+CEY4hqYjNxoW5zLYRPeefQ+ /sh2aYbfF3Wmr6gimxGVPuw0s3TbHGJE+8dBA5RFJthlHDOgRyVlULhPapsHPDNZdG6i Z/SEL2M9+PmYtwIc1KBRhDG7W+biNaEbTZy8rv9MlnRhFFZ60jZz1ROLMa0nKV5eNxkX Yl1AmQrG6jXhBnpAGmM8cd64BHRp4E0ScEfEXjFqKjQ5SLTuKctFLUBHoDThZAv+9/DC NSGw== X-Gm-Message-State: AIVw111+N6W9MKSt0e0WDSuybAVfCw2ibX+We1gCfFVFxxIOV8MXHJAd Gi1VvsUzIndZNryv X-Received: by 10.202.216.3 with SMTP id p3mr1929002oig.55.1500638512976; Fri, 21 Jul 2017 05:01:52 -0700 (PDT) Message-ID: <5971ed2f.c6efca0a.c764c.a02b@mx.google.com> Date: Fri, 21 Jul 2017 05:01:51 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: Removing Git dependency on Perl [Was: [ANNOUNCEMENT] Updated: Git v2.13.2-2] References: <20170721101141 DOT GB2185 AT dinwoodie DOT org> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) 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. -- 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