From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75685 invoked by alias); 20 Apr 2016 21:17:48 -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 75663 invoked by uid 89); 20 Apr 2016 21:17:47 -0000 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 Received: from mail-wm0-f65.google.com (HELO mail-wm0-f65.google.com) (74.125.82.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 20 Apr 2016 21:17:40 +0000 Received: by mail-wm0-f65.google.com with SMTP id l6so17007055wml.3 for ; Wed, 20 Apr 2016 14:17:40 -0700 (PDT) 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) Received: from [10.8.8.30] (212-197-178-181.adsl.highway.telekom.at. [212.197.178.181]) by smtp.googlemail.com with ESMTPSA id s6sm7463819wjy.31.2016.04.20.14.17.36 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Apr 2016 14:17:36 -0700 (PDT) Subject: Re: introduction, fix for npm w.r.t. git, and questions To: cygwin@cygwin.com References: <20160420185011.GJ2345@dinwoodie.org> <5717D8D9.2030600@gmail.com> <20160420205904.GK2345@dinwoodie.org> From: silverwind Message-ID: <5717F1EF.2030705@gmail.com> Date: Wed, 20 Apr 2016 22:10:00 -0000 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 X-SW-Source: 2016-04/txt/msg00537.txt.bz2 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