git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git for Windows 1.6.2.2
@ 2009-04-08  2:46 Johannes Schindelin
  2009-04-08  5:20 ` Marius Storm-Olsen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johannes Schindelin @ 2009-04-08  2:46 UTC (permalink / raw)
  To: msysgit, git

Hi,

this email tries to inform you that the Windows installer was updated to 
the newest version of Git.

Changes since Git-1.6.2.1-preview20090322

New Features

- Comes with official git 1.6.2.2.
- Upgraded Tcl/Tk to 8.5.5.
- TortoiseMerge is supported by mergetool now (Thanks Markus Heidelberg).
- Uses pthreads (faster garbage collection on multi-core machines).
- The test suite passes!

Bugfixes

- Renaming was made more robust (due to Explorer or some virus scanners, 
  files could not be renamed at the first try, so we have to try multiple 
  times).
- Johannes Sixt made lots of changes to the test-suite to identify 
  properly which tests should pass, and which ones cannot pass due to 
  limitations of the platform.
- Support PAGERs with spaces in their filename.
- Quite a few changes were undone which we needed in the olden days of 
  msysGit.
- Fall back to / when HOME cannot be set to the real home directory due to 
  locale issues (works around Issue 108 for the moment).

Ciao,
Dscho "who really needs some sleep"

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

* Re: Git for Windows 1.6.2.2
  2009-04-08  2:46 Git for Windows 1.6.2.2 Johannes Schindelin
@ 2009-04-08  5:20 ` Marius Storm-Olsen
  2009-04-08 10:11 ` [msysGit] " Janos Laube
  2009-04-10  4:39 ` Eric Raible
  2 siblings, 0 replies; 4+ messages in thread
From: Marius Storm-Olsen @ 2009-04-08  5:20 UTC (permalink / raw)
  To: Johannes.Schindelin; +Cc: msysgit, git


Johannes Schindelin said the following on 08.04.2009 04:46:
> Hi,
> 
> this email tries to inform you that the Windows installer was updated to 
> the newest version of Git.
> 
> Changes since Git-1.6.2.1-preview20090322
> 
> New Features
> 
> - Comes with official git 1.6.2.2.
> - Upgraded Tcl/Tk to 8.5.5.
> - TortoiseMerge is supported by mergetool now (Thanks Markus Heidelberg).
> - Uses pthreads (faster garbage collection on multi-core machines).
> - The test suite passes!
> 
> Bugfixes
> 
> - Renaming was made more robust (due to Explorer or some virus scanners, 
>   files could not be renamed at the first try, so we have to try multiple 
>   times).
> - Johannes Sixt made lots of changes to the test-suite to identify 
>   properly which tests should pass, and which ones cannot pass due to 
>   limitations of the platform.
> - Support PAGERs with spaces in their filename.
> - Quite a few changes were undone which we needed in the olden days of 
>   msysGit.
> - Fall back to / when HOME cannot be set to the real home directory due to 
>   locale issues (works around Issue 108 for the moment).

Excellent work guys! Thanks plenty!

Oh, and go to sleep! :-p

--
.marius

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

* Re: [msysGit] Git for Windows 1.6.2.2
  2009-04-08  2:46 Git for Windows 1.6.2.2 Johannes Schindelin
  2009-04-08  5:20 ` Marius Storm-Olsen
@ 2009-04-08 10:11 ` Janos Laube
  2009-04-10  4:39 ` Eric Raible
  2 siblings, 0 replies; 4+ messages in thread
From: Janos Laube @ 2009-04-08 10:11 UTC (permalink / raw)
  To: Johannes.Schindelin; +Cc: msysgit, git

>
> Hi,
>
> this email tries to inform you that the Windows installer was updated to
> the newest version of Git.
>
> Changes since Git-1.6.2.1-preview20090322
>
> New Features
>
> - Comes with official git 1.6.2.2.
> - Upgraded Tcl/Tk to 8.5.5.
> - TortoiseMerge is supported by mergetool now (Thanks Markus Heidelberg).
> - Uses pthreads (faster garbage collection on multi-core machines).
> - The test suite passes!
>
> Bugfixes
>
> - Renaming was made more robust (due to Explorer or some virus scanners,
>  files could not be renamed at the first try, so we have to try multiple
>  times).
> - Johannes Sixt made lots of changes to the test-suite to identify
>  properly which tests should pass, and which ones cannot pass due to
>  limitations of the platform.
> - Support PAGERs with spaces in their filename.
> - Quite a few changes were undone which we needed in the olden days of
>  msysGit.
> - Fall back to / when HOME cannot be set to the real home directory due to
>  locale issues (works around Issue 108 for the moment).
>
> Ciao,
> Dscho "who really needs some sleep"

thank you very much! awesome work :-)

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

* Re: Git for Windows 1.6.2.2
  2009-04-08  2:46 Git for Windows 1.6.2.2 Johannes Schindelin
  2009-04-08  5:20 ` Marius Storm-Olsen
  2009-04-08 10:11 ` [msysGit] " Janos Laube
@ 2009-04-10  4:39 ` Eric Raible
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Raible @ 2009-04-10  4:39 UTC (permalink / raw)
  To: git

Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes:

> 
> Hi,
> 
> this email tries to inform you that the Windows installer was updated to 
> the newest version of Git.
> 
> Changes since Git-1.6.2.1-preview20090322

Thanks so much for this, and also for all of your other hard work.

- Eric

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

end of thread, other threads:[~2009-04-10  4:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08  2:46 Git for Windows 1.6.2.2 Johannes Schindelin
2009-04-08  5:20 ` Marius Storm-Olsen
2009-04-08 10:11 ` [msysGit] " Janos Laube
2009-04-10  4:39 ` Eric Raible

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