git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] Git for Windows 2.11.0
@ 2016-12-01 12:31 Johannes Schindelin
  2016-12-01 14:12 ` stefan.naewe
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2016-12-01 12:31 UTC (permalink / raw)
  To: git-for-windows, git; +Cc: Johannes Schindelin

MIME-Version: 1.0

Fcc: Sent

Dear Git users,

It is my pleasure to announce that Git for Windows 2.11.0 is available from:

	https://git-for-windows.github.io/

Changes since Git for Windows v2.10.2 (November 2nd 2016)

New Features

  * Comes with Git v2.11.0.
  * Performance of git add in large worktrees was improved.
  * A new, experimental, builtin version of the difftool is available
    as an opt-in feature.
  * Support has been added to generate project files for Visual Studio
    2010 and later.

Bug Fixes

  * The preload-index feature now behaves much better in conjunction
    with sparse checkouts.
  * When encountering a symbolic link, Git now always tries to read it,
    not only when core.symlinks = true.
  * The regression where Git would not interpret non-ASCII characters
    passed from a CMD window correctly has been fixed.
  * Performance of the cache of case-insensitive file names has been
    improved.
  * When building with MS Visual C, release builds are now properly
    optimized.
  * git cvsexportcommit now also works with CVSNT.
  * Git's Perl no longer gets confused by externally-set PERL5LIB.
  * The uninstaller no longer leaves an empty Git\mingw64 folder behind
    .
  * The installer now actually records whether the user chose to enable
    or disable the Git Credential Manager.
  * A certain scenario that could cause a crash in cherry-pick no
    longer causes that.
Filename | SHA-256
-------- | -------
Git-2.11.0-64-bit.exe | fd1937ea8468461d35d9cabfcdd2daa3a74509dc9213c43c2b9615e8f0b85086
Git-2.11.0-32-bit.exe | 2a6083479538c4fe454336660fce96346ee3cf46f99ce08a666d4635539239d7
PortableGit-2.11.0-64-bit.7z.exe | a86cc4babfe204cc91408053b517827b4a93e6c659b85ab30910eda0e38bfc19
PortableGit-2.11.0-32-bit.7z.exe | fccec9350c1cb58a5e6d84d307d4f9f43ab9d58d93c8de67056416539d199002
MinGit-2.11.0-64-bit.zip | f31b0135e11e425555fb34779da3345ce8d32490fdd0a33b6f5ae8d74bae20b6
MinGit-2.11.0-32-bit.zip | 48e363cb6ce867a8004056a95da57f7c330ab79dbd26e4895c2aaeb4aec3b3a0
Git-2.11.0-64-bit.tar.bz2 | e62263ff734dbb071819dfcc33e9f443f9a445cde54d0102f6d164d5df5ece6c
Git-2.11.0-32-bit.tar.bz2 | 43dda49d4c7305d18b9f0612f66ba096ca2881a8ebf7b41cfb358d9a05fedef9
Ciao,
Johannes















^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git for Windows 2.11.0
  2016-12-01 12:31 [ANNOUNCE] Git for Windows 2.11.0 Johannes Schindelin
@ 2016-12-01 14:12 ` stefan.naewe
  2016-12-01 17:05   ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: stefan.naewe @ 2016-12-01 14:12 UTC (permalink / raw)
  To: johannes.schindelin, git-for-windows, git

Am 01.12.2016 um 13:31 schrieb Johannes Schindelin:
> MIME-Version: 1.0
> 
> Fcc: Sent
> 
> Dear Git users,
> 
> It is my pleasure to announce that Git for Windows 2.11.0 is available from:
> 
> 	https://git-for-windows.github.io/
> 
> Changes since Git for Windows v2.10.2 (November 2nd 2016)
> 
> New Features
> 
>   * Comes with Git v2.11.0.
>   * Performance of git add in large worktrees was improved.
>   * A new, experimental, builtin version of the difftool is available
>     as an opt-in feature.
>   * Support has been added to generate project files for Visual Studio
>     2010 and later.

That's not really a new feature of Git-for-Windows, is it ?

Just wondering...

Stefan
-- 
----------------------------------------------------------------
/dev/random says: Money is the root of all evil; everyone needs roots!
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')" 
GPG Key fingerprint = 2DF5 E01B 09C3 7501 BCA9  9666 829B 49C5 9221 27AF

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git for Windows 2.11.0
  2016-12-01 14:12 ` stefan.naewe
@ 2016-12-01 17:05   ` Johannes Schindelin
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Schindelin @ 2016-12-01 17:05 UTC (permalink / raw)
  To: stefan.naewe; +Cc: git-for-windows, git

Hi Stefan,

On Thu, 1 Dec 2016, stefan.naewe@atlas-elektronik.com wrote:

> Am 01.12.2016 um 13:31 schrieb Johannes Schindelin:
>
> >   * Support has been added to generate project files for Visual Studio
> >     2010 and later.
> 
> That's not really a new feature of Git-for-Windows, is it ?

Yes it is. We had a script to generate project files for Visual Studio <
2008, but they were broken.

This script has been partially fixed, and support has been added to
generate the .vcxproj used by Visual Studio 2010 and later.

Further, compile errors have been addressed.

After that, I worked on being able to run the tests in a regular Git Bash
(i.e. *without* installing Git for Windows' SDK, just a regular Git for
Windows will do).

Took a lot of effort and time, too,
Johannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-01 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-01 12:31 [ANNOUNCE] Git for Windows 2.11.0 Johannes Schindelin
2016-12-01 14:12 ` stefan.naewe
2016-12-01 17:05   ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).