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:from:to:references:in-reply-to :subject:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=mMGbZd2dHbDoE92F ncxqizMcg5JpXgkV4rIDQLYOfNeohkb+vdzT3ANf3X+A1lnwJE56Gvilij3r5WKg l6sg7GEJdBKReZlK0+CXNmZuGQ2x/Ni2kcA3+fKLnUYf5Kc8m8Nu37cdPZufqnaE PbDFFXDCvIG7z9Kf+0nKdo3JA1U= 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:from:to:references:in-reply-to :subject:date:mime-version:content-type :content-transfer-encoding; s=default; bh=B76BsSxKr45iqm87A70tYj 3zdnk=; b=pTo3eSjkt0JzHaO/KIiqOZgznuQeK27HHAlw1T2Kd1kfCPZrZDcaN7 RCF/RgGigEiNYTFzMrsWtYvtZZaOGaWKSEiRPC6C2pTylMV93F5warv8J8l2SEff DWWdkGGfeelQNsKo/YykBnQo2ZtP1EULwwhq4r93QxISaowxH/F5c= 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_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BR autolearn=no version=3.3.2 X-HELO: BAY004-OMC1S3.hotmail.com X-TMN: [/sMNpmoXoqlQFNi0Nj3ZlZ91ey8NaH7a] Message-ID: From: "Tony Kelman" To: References: <20150429200616 DOT GL3657 AT calimero DOT vinschen DOT de> <55421179 DOT 1050305 AT gmail DOT com> In-Reply-To: <55421179.1050305@gmail.com> Subject: Re: From Microsoft: Windows 10 Console and Cygwin Date: Thu, 30 Apr 2015 05:44:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes > Public service reminder: "msysgit" is not a MSYS-git. The git program that > they > ship is, in fact, a full-fledged port of git to W32 (i.e. mingw-git), > which is > achieved by applying lots of patches (~300KB last time i checked) on top > of > git. It is, however, bundled with MSYS1, as parts of git are written in > shell > language and thus need a POSIX shell. Also, last time i checked the MSYS1 > version they shipped itself had a few patches applied on top of it[1]. > > [1] https://github.com/msysgit/msysgit/tree/msys/src/rt/patches And for those who might not follow these things too closely, the upcoming 2.x releases of git-for-windows will be based off of MSYS2 (see https://github.com/git-for-windows), so a much more modern Cygwin dll under the hood of the bash/coreutils pieces. But yes, large parts of that git distribution, aside from the shell, are compiled by MinGW compilers (MinGW-w64 in the under-development git 2.x releases) rather than Cygwin compilers. -Tony -- 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