[ANNOUNCE] Git for Windows 1.7.3.1

Pat Thoyts patthoyts at users.sourceforge.net
Wed Aug 31 22:00:54 BST 2011


Announcing Git for Windows 1.7.3.1.
This now is available for download at http://msysgit.googlecode.com/


Git for Windows Release Notes (Git-1.7.3.1-preview20101002)
Last update: 2 October 2010

Introduction

These release notes describe issues specific to the Git for Windows
release.

General release notes covering the history of the core git commands are
included in the subdirectory doc/git/html of the installation
directory. Look for files starting with RelNotes.

Known issues

- Some commands are not yet supported on Windows and excluded from the
installation; namely: git archimport, git cvsexportcommit, git
cvsimport, git cvsserver, git instaweb, git shell.

- The Logitec QuickCam software can cause spurious crashes. See "Why does
make often crash creating a sh.exe.stackdump file when I try to compile
my source code?" on the MinGW Wiki
(http://www.mingw.org/wiki/Environment_issues)

- The Quick Launch icon will only be installed for the user running setup
(typically the Administrator). This is a technical restriction and will
not change.

- curl uses $HOME/_netrc instead of $HOME/.netrc.

- If you want to specify a different location for --upload-pack, you have
to start the absolute path with two slashes. Otherwise MSys will mangle
the path.

- git and bash have serious problems with non-ASCII file names (Issue 80,
159).

- If configured to use plink, you will have to connect with putty first
and accept the host key.

- As merge tools are executed using the MSys bash, options starting with
"/" need to be handled specially: MSys would interpret that as a POSIX
path, so you need to double the slash (Issue 226).  Example: instead of
"/base", say "//base".  Also, extra care has to be paid to pass Windows
programs Windows paths, as they have no clue about MSys style POSIX
paths -- You can use something like $(cmd //c echo "$POSIXPATH").


Changes since Git-1.7.2.3-preview20100911

New Features

- Comes with Git 1.7.3.1 plus patches.
- Updated to Vim 7.3, file-5.04 and InnoSetup 5.3.11

Bugfixes

- Issue 528 (remove uninstaller from Start Menu) was fixed
- Issue 527 (failing to find the certificate authority bundle) was fixed
- Issue 524 (remove broken and unused sdl-config file) was fixed
- Issue 523 (crash pushing to WebDAV remote) was fixed


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


More information about the git-announce mailing list