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:reply-to:date:from:to:subject:message-id :reply-to:mime-version:content-type; q=dns; s=default; b=yeHwOg1 3ZcdLGyg/MqEpwMNkWhRf8rgIHxmFuzEhAhqRBcUTVnepSuOF444An84o3oeGccW sWzzPIJRE5M+zCYcheFE2fpKfQhQHqW2FOu/xz6VA1aF52chxBYmw6as3jkd3haB ftjAIoA67v2Rjwulz5upPmOTR5Z/o2p9WeUI= 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:reply-to:date:from:to:subject:message-id :reply-to:mime-version:content-type; s=default; bh=t6M13Gm0kEHpx nPKNgTXe8fBH2w=; b=uYh/tob5+Y/YlQepA77JN3ZuL/Gb0ke3YftXSyzfggbX5 xlBJ6wJq91aNgynliU6D3+N7+n65rOKmaTlofzXJfqL352ilfhQSdq9jppz9+Je7 RM6VfvYIaAY2eMclAlr/6P1OioZJgPJYeLwX5tOytnIx+1hfBDH1oY0AajesLc= 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-HELO: localhost.localdomain Reply-To: 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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 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:reply-to :mime-version:content-type:content-disposition:user-agent; bh=LQeefNUlqeh4hMvU1umUPEfzNQ0mJEhzjFzqHV9TQoM=; b=bPfqJVdXkMf1YvUGPlTw5esIwtCveT5uTGxkD4ra6E8ZEE2m50Nsdf1nneiwtYIeNq G4U+ar8GJkhRqjlEqV8FY/1fzxxf2wgT8fxCOcKfTk266+DnW9f0nUILBwy5IjDoUnhM Vhtogo/r2qIicDbquwmlTx11bGoxq4tqJWBhok4nhrRL1PcEQFWxsbUqvmfqGX/XFQsr KhVYe9I21Exkk6MsqfHMfviWdO9aeMyPbzgcmQsYaOTk74gHmnUNG6XlnvKVz874ErKH oJnIUTjf+jg4EbNmemdbGO5GQj0RCkeR/reHwHqHHpQ1qoawlvd2Wij9X8CfWqoHWoI4 A5Xg== X-Gm-Message-State: ALoCoQmPNULLfefL8C9DaFyHQbm1oBafZry8+JWUb+qgpqwBklozGP4dsAiILTRpC811Zis3lRZR X-Received: by 10.180.104.7 with SMTP id ga7mr8650327wib.36.1409862886003; Thu, 04 Sep 2014 13:34:46 -0700 (PDT) Date: Thu, 4 Sep 2014 21:34:27 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: git-2.1.0-1 Message-Id: Reply-To: cygwin AT cygwin DOT com 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 Version 2.1.0-1 of Git has been uploaded and should be coming soon to a mirror near you. This includes the following packages: - git - git-completion - git-cvs - git-debuginfo - git-email - git-gui - gitk - git-svn - gitk This is an update to take the latest v2.1.0 code from the upstream sources. Backwards compatibility notes: * The default value we give to the environment variable LESS has been changed from "FRSX" to "FRX", losing "S" (chop long lines instead of wrapping). Existing users who prefer not to see line-wrapped output may want to set $ git config core.pager "less -S" to restore the traditional behaviour. It is expected that people find output from most subcommands easier to read with the new default, except for "blame" which tends to produce really long lines. To override the new default only for "git blame", you can do this: $ git config pager.blame "less -S" For other updates, features and fixes in this release, please refer to the upstream changelog: https://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes/2.1.0.txt Known issues: * On 64-bit Cygwin, operations involving fetching/pushing from a remote repository have been seen to hang in the Git test suite. Killing and restarting the command that fails will normally succeed. -- 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