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=PXtLCDM7OrXRpi/2 fGF+Q3biCGmlZDzZyk9jLEJrxArc0dlaFphQDo6nE4TauyY2vhRSjlB7M96Shx7C 30IieomftHhwE8q7lsclVXRY55ClfzKzYKCG+taay1fkD/BnJeaoumFIGCNMQVJH am1OJNW7yTWgyIp20qyE0m4CtdM= 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=YhvZlW1Kb2ocPreuvgA/Tr pOp5A=; b=TjK9T5/aSeM3+l7MturaFKQpcgpbEc4xBV9oDAzrS732Mwqs0QkBSa 5jhJwaHSikzSTBddWjuV7rnXawoEtIv57QMn5EFmpZ3U5zeCL5KAaHWgCCreVMAx WAXgwVrKGQUvoHL8wmN0QXEpPOSkEc5aRU/hG8EaJm8IJyyr7EnPo= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=dinwoodie, Dinwoodie, pain, H*MI:sk:2016042 X-HELO: mail-wm0-f65.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=218QV1HXFvIngnlSZKC5jmcTL5QBUtQuj4Tp5p9LO9E=; b=i9HuJTls8PRXVAv1I5izn27kJivbNn83ZfkcdTevA16x2F7Ot0kQfon20n4oFemada tHEjpZODMN2Z9syr7z16bwMLe2N/VxBrqlXKnzLC3L0VjXdhkdIn3AiaiCvp8fJb/7bE eJ4Otv1w3jKRqQrTVhD2txKV9jmW2Aiycn/QROwT+78y7tEOSPu2+iZ+pymn7tD8OrpX eUIgAeh/UCwoJlwqojruMFTNLZKtlHafmgs7ZOMA6OEvBw0tirmbpY8sdIVbA/rDh7EV sQ8V4SD9QQahW87i3RI/e7ZSvlCywdfxvMl1VNDOpBn212TNz5i683UWrjHAKx+t79md 7QgA== X-Gm-Message-State: AOPr4FUwfQ0g0N9WtGgNUMo5DkXkjLbqhfk3D/jWoUq+1yFCTeZ/uqHo/AS4OnJorit0ig== X-Received: by 10.194.59.108 with SMTP id y12mr9888050wjq.63.1461187057765; Wed, 20 Apr 2016 14:17:37 -0700 (PDT) Subject: Re: introduction, fix for npm w.r.t. git, and questions To: cygwin AT cygwin DOT com References: <20160420185011 DOT GJ2345 AT dinwoodie DOT org> <5717D8D9 DOT 2030600 AT gmail DOT com> <20160420205904 DOT GK2345 AT dinwoodie DOT org> From: silverwind Message-ID: <5717F1EF.2030705@gmail.com> Date: Wed, 20 Apr 2016 23:17:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160420205904.GK2345@dinwoodie.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/20/16 10:59 PM, Adam Dinwoodie wrote: > native Windows and Cygwin. It's been a while since I tried it, but I > _think_ you can generally use Cygwin Git and Windows Git on the same > working copy without any difficulties, at least if you avoid the common > pain points like line ending rewriting and symlinks. I've tried the native Windows version of git while debugging this, and yes, it accepts Windows-style paths correctly. The deal-breaking issue with it for me was that it trashed the file permissions under Cygwin. Every file it touched (be it through clone, add or any other operation) was set to mode 777, so `git config core.fileMode false` would've been necessary to stay sane, but that of course comes with the drawback of not being able to change file modes. Regards, Roman -- 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