From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30844 invoked by alias); 6 Aug 2014 10:21:59 -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 30828 invoked by uid 89); 6 Aug 2014 10:21:58 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f179.google.com Received: from mail-we0-f179.google.com (HELO mail-we0-f179.google.com) (74.125.82.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 06 Aug 2014 10:21:57 +0000 Received: by mail-we0-f179.google.com with SMTP id u57so2383145wes.10 for ; Wed, 06 Aug 2014 03:21:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=ntwNd0iPMge6zI7Dt9+xbVYQD+It3DwFZrMe/sq40mg=; b=K9PRY2w0EyFqPRF9hc96K/x5tCzjmpXR7agPoCR/RW0s3/LWtLapvaeQxmwGEbbTtA hdcBppsF3YFnTADp7S8oCE3BQNlH8NwtEaIU4cIkdFN61+I4yaFqgVLo3Hdm09bgMJkG 6DZbKrHO19TIrMilCM8iw3jNglaqEuVZhWkLWS9ZiVK06oD6Oa65G1rMTl0uIqG5w2tr 2eTP2we4U6cay1CNk6HRwWLJdCOl+v67KnUVy0sFfgfXZFzy9CzEuSeiY/+S4yRTyiQd wTRpGhgBkQbr0uPHvN27m2zE56jTohPDfmV0LXzdxSIUYHBOy+3+25qHLi37oJHdbG/2 E3Dw== X-Gm-Message-State: ALoCoQmKmc6pM5PxNgTa/Ef0RDHAh6kJa46IYsN4jqDkC4U+FbD+KqNroWfk7atqvSZH63L/D9/m X-Received: by 10.195.11.234 with SMTP id el10mr14617925wjd.95.1407320514369; Wed, 06 Aug 2014 03:21:54 -0700 (PDT) Received: from dinwoodie.org (northrend.tastycake.net. [2001:ba8:0:1c0::1:1]) by mx.google.com with ESMTPSA id eh7sm1392324wjd.32.2014.08.06.03.21.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 06 Aug 2014 03:21:53 -0700 (PDT) Date: Wed, 06 Aug 2014 10:21:00 -0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: New Git v2.0.4 build to test Message-ID: <20140806102147.GB991@dinwoodie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00135.txt.bz2 Hi all, I'm in the long-running process of producing an up-to-date build of Git for Cygwin. I think I'm now (finally) close to having a build ready to upload to be installed via the Cygwin setup programs, but in the meantime I'd appreciate my new build getting some additional testing. You can download my latest build of Git v2.0.4 at http://tastycake.net/~adam/cygwin/. To install, download the package(s) you're interested in using, and unpack them using `tar -xaC/ -f ` from a Cygwin shell. Make sure to check the corresponding setup.hint files to ensure you have all the required dependencies first. This build isn't final, but it does work in at least the mainline use cases; I've been using it for a couple of days for my day-to-day work. However there are still some problems I'm aware of (no `git grep -P` support, `git fetch` occasionally hangs in the test suites in 64-bit) and there are probably some problems I haven't identified yet. I'm currently in the process of working through the Git test suite output to identify missing features, since it's the best way I've found to identify features the Git compile process has quietly skipped since a required library wasn't installed. Once that's done, and any remaining problems are ironed out (or at least identified and I've decided it's safe to ignore them), I'll hopefully be good to upload the builds for general consumption. If anyone's really interested in following my progress at home, or building for themselves based of my latest code, you can follow along at my GitHub repository at https://github.com/me-and/Cygwin-Git. Adam -- 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