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:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=f4I+rYdGcBQf5d1S iJjbYad+Klc566ciLNZRya7izriPJfKz8kZ3skido90jxGCJ0VRBlIKtibt2BT0A +e8/d/lGP1jsKCvruejJTG4CJGNUtlZ2/rZbsizAPcVlFLuC6iItqZNyJkWhIOar EAmh2x3RvFBXCXIqN8hPsm/Kq9Q= 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:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Ch+Qq+DOvpYxMEHrSa/Xr4 yrVxs=; b=sKl4A5XsHXa3fvgDZ/Z6z+J3Im4LjQ2rDT9gFuoURiXWwOD/MiEoli rsnj+aIzEfTxjdKsTi6z3Wd+EBkaG0izITz8xMHSf51AY6Jul7jrwncX/TecnBlj TwzyAzNSlETsgxyuVbnQC2T3GZFbuCfzs0Mr9gl7sGewmbrXXZDjQ= 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.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=rice, Rice, Vince, vince 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:reply-to:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=uL0IfniRPxDmikZWaZBBL+KfuCvrTg50jdOZvIHK7sc=; b=ueltDnEPG4c0uwKdl0ijJR6u2pINFtMgSAwaeS7fXTfCMQg6rIc2nmFQPRJbv3dgTT nNn5psEICeZhFdagFw3a3/7blJlakMIwgX5cxHOwFyjkIAvlga4YsgF77xiY2QArS39L 1869VLkfmq9Mri7GjFFQRoQzgIt1Bhd58+Uy0cjehQX2gF+S5viSBbPthwvtwyuQ28DD Zo/PFJMp61LSOLFH9gk3T35D8o3w2h3K49iX+FaKk52OxfPjXUMtIWWzK5GzsZmlFLy8 RwPoDudBHw/sshJz7iCdzquYA8k/C2lNbktMZehXydii7DqaBABmldw1QTbGYZWdEcwI 8GvA== X-Gm-Message-State: AElRT7HqwCpAxtSAAp0Q/mpE6By2cQtGKKCtYIscFQ9u8CPB5qz9w6dV VQWFp4/Bh0ijXaoCjG0BzcQGSA== X-Google-Smtp-Source: AG47ELsTl0IWVWFp4T7D1XGqDVYM8nghv0IlQZJ/T/qb0qX+WOg5u/mcYGmqcsmRn10wU9RI60OcFg== X-Received: by 10.107.4.196 with SMTP id 187mr20755225ioe.146.1521640796367; Wed, 21 Mar 2018 06:59:56 -0700 (PDT) Subject: Re: GitForWindows vs. Cygwin To: cygwin AT cygwin DOT com References: <587wcTwzy5968Set DOT 1521586344 AT web02 DOT cms DOT usa DOT net> <324994357 DOT 20180321024235 AT yandex DOT ru> Reply-To: cygwin AT cygwin DOT com From: cyg Simple Message-ID: Date: Wed, 21 Mar 2018 09:59:54 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 3/21/2018 4:49 AM, Thomas Wolff wrote: > On 21.03.2018 05:02, Vince Rice wrote: >>> On Mar 20, 2018, at 7:24 PM, Tony Kelman wrote: >>>>> Can anyone enlighten me about the relationship of "Git for Windows" >>>>> to Cygwin? >>>> They are not related. >>> Yes, they are. >> No they're not. > Tony explained well how they are related; Git for Windows is compiled in > and packaged with MSYS2 which is forked from Cygwin. Git for Windows AKA MSysGit is a native build of git using MSYS as the shell support. It is not related to Cygwin and the Cygwin git. They are different as the Cygwin git uses POSIX sematics throughout while the native version doesn't do that. Using Cygwin git alongside the native git version will in the end bite you in the ass. I know from experience that this is the case. I've screwed up more than one patch because of using different git distributions of Cygwin versus native. -- 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