Git Release Notes (Git-1.6.5.1-preview20091022) Last update: 22 October 2009 Find it at http://code.google.com/p/msysgit/downloads/list These release notes describe issues specific to the 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. - Git Bash launched through the Explorer shell extension does not have the git icon in its taskbar. 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. - When run from cmd.exe instead of Git Bash, some characters seem to be "swallowed" from Git's output (Issue 192). - There are a spurious write errors during rebase (Issue 200) that seem not to be reproducible on most computers. - 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.6.4-preview20090729 New Features - Comes with official git 1.6.5.1. - Thanks to Johan 't Hart, files and directories starting with a single dot (such as '.git') will now be marked hidden (you can disable this setting with core.hideDotFiles=false in your config) (Issue 288). - Thanks to Thorvald Natvig, Git on Windows can simulate symbolic links by using reparse points when available. For technical reasons, this only works for symbolic links pointing to files, not directories. - A lot of work has been put into making it possible to compile Git's source code (the part written in C, of course, not the scripts) with Microsoft Visual Studio. This work is ongoing. - Thanks to Sebastian Schuberth, we only offer the (Tortoise)Plink option in the installer if the presence of Plink was detected and at least one Putty session was found (Issue 319). - Thanks to Sebastian Schuberth, the installer has a nicer icon now. Bugfixes - Thanks to Sebastian Schuberth, git svn picks up the SSH setting specified with the installer (Issue 305). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html