public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
From: Adam Dinwoodie <adam@dinwoodie.org>
To: cygwin-announce@cygwin.com
Subject: Updated: git-2.1.0-1
Date: Thu, 04 Sep 2014 20:42:00 -0000	[thread overview]
Message-ID: <20140904203427.GA6612@dinwoodie.org> (raw)

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.

                 reply	other threads:[~2014-09-04 20:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140904203427.GA6612@dinwoodie.org \
    --to=adam@dinwoodie.org \
    --cc=cygwin-announce@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).