49d72b62dbe7e38c59a21e78d0928bc8fa966763
[msysgit.git] / share / WinGit / ReleaseNotes.rtf
blob49d72b62dbe7e38c59a21e78d0928bc8fa966763
1 {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset0 Arial;}{\f2\fnil\fcharset2 Symbol;}}\r
2 {\colortbl ;\red0\green0\blue0;\red0\green0\blue255;}\r
3 {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.8.0-preview20121022)\b0\fs20\par\r
4 Last update: 22 October 2012\par\r
5 \par\r
6 \b\fs24 Introduction\b0\fs20\par\r
7 \par\r
8 These release notes describe issues specific to the Git for Windows release.\par\r
9 \par\r
10 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.\par\r
11 \par\r
12 See \cf0{\field{\*\fldinst{HYPERLINK "http://git-scm.com/"}}{\fldrslt{\ul\cf2 http://git-scm.com/}}}\cf1\f0\fs20  for further details about Git including ports to other operating systems. Git for Windows is hosted at \cf0{\field{\*\fldinst{HYPERLINK "http://msysgit.github.com/"}}{\fldrslt{\ul\cf2 http://msysgit.github.com/}}}\cf1\f0\fs20 .\par\r
13 \par\r
14 \b\fs24 Known issues\par\r
15 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\fs20 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.\par\r
16 {\pntext\f2\'B7\tab}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 (\cf0{\field{\*\fldinst{HYPERLINK "http://www.mingw.org/wiki/Environment_issues"}}{\fldrslt{\ul\cf2 http://www.mingw.org/wiki/Environment_issues}}}\cf1\f0\fs20 )\par\r
17 {\pntext\f2\'B7\tab}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.\par\r
18 {\pntext\f2\'B7\tab}curl uses $HOME/_netrc instead of $HOME/.netrc.\par\r
19 {\pntext\f2\'B7\tab}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.\par\r
20 {\pntext\f2\'B7\tab}If configured to use Plink, you will have to connect with putty first and accept the host key.\par\r
21 {\pntext\f2\'B7\tab}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").\par\r
22 {\pntext\f2\'B7\tab}Unless you define the environment variable MSYS_WATCH_FSTAB (the value must be a non-empty string), Git Bash will not see any drives that have been attached after bash was started. This is a workaround to help the speed of cmd scripts using parts of Git that are implemented as shell scripts.\line\line\pard\li144 Should you encounter other problems, please search the mailing list first (\cf0{\field{\*\fldinst{HYPERLINK "http://groups.google.com/group/msysgit"}}{\fldrslt{\ul\cf2 http://groups.google.com/group/msysgit}}}\cf1\f0\fs20 ) and ask there if you do not find anything.\par\r
23 \pard\b\fs24\par\r
24 Licenses\par\r
25 \b0\fs20 This software contains Embedded CAcert Root Certificates. For more information please go to \cf0{\field{\*\fldinst{HYPERLINK "https://www.cacert.org/policy/RootDistributionLicense.php"}}{\fldrslt{\ul\cf2 https://www.cacert.org/policy/RootDistributionLicense.php}}}\cf1\f0\fs20 .\par\r
26 \par\r
27 This package contains software from a number of other projects including zlib, curl, msmtp, tcl/tk, perl, msys and a number of libraries and utilities from the GNU project.\fs24\par\r
28 \b\par\r
29 Changes since Git-1.7.11-preview20120710\par\r
30 \i\fs20\par\r
31 New Features\par\r
32 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.8.0 plus Windows specific patches.\par\r
33 {\pntext\f2\'B7\tab}InnoSetup updated to 5.5.2\par\r
34 \pard\b\i\par\r
35 Bugfixes\par\r
36 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Fixed icon backgrounds on low color systems\par\r
37 {\pntext\f2\'B7\tab}Avoid installer warnings during writability testing.\par\r
38 {\pntext\f2\'B7\tab}Fix bash prompt handling due to upstream changes.\par\r
39 \pard\b\fs24\par\r
40 Changes since Git-1.7.11-preview20120704\par\r
41 \i\fs20\par\r
42 Bugfixes\par\r
43 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Propagate error codes from git wrapper (issue #43, #45)\par\r
44 {\pntext\f2\'B7\tab}Include CAcert root certificates in SSL bundle (issue #37)\par\r
45 \pard\b\fs24\par\r
46 Changes since Git-1.7.11-preview20120620\par\r
47 \par\r
48 \i\fs20 New Features\par\r
49 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with the beautiful Git logo from \cf0{\field{\*\fldinst{HYPERLINK "http://git-scm.com/downloads/logos"}}{\fldrslt{\ul\cf2 http://git-scm.com/downloads/logos}}}\cf1\f0\fs20\par\r
50 {\pntext\f2\'B7\tab}The installer no longer asks for the directory and program group when updating\par\r
51 {\pntext\f2\'B7\tab}The installer now also auto-detects TortoisePlink that comes with TortoiseGit\par\r
52 \pard\b\i\par\r
53 Bugfixes\par\r
54 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Git::SVN is correctly installed again\par\r
55 {\pntext\f2\'B7\tab}The default format for git help is HTML again\par\r
56 {\pntext\f2\'B7\tab}Replaced the git.cmd script with an exe wrapper to fix issue #36\par\r
57 {\pntext\f2\'B7\tab}Fixed executable detection to speed up help -a display.\par\r
58 \pard\b\fs24\par\r
59 Changes since Git-1.7.10-preview20120409\par\r
60 \par\r
61 \i\fs20 New Features\par\r
62 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.11 plus Windows specific patches.\par\r
63 {\pntext\f2\'B7\tab}Updated curl to 7.26.0\par\r
64 {\pntext\f2\'B7\tab}Updated zlib to 1.2.7\par\r
65 {\pntext\f2\'B7\tab}Updated Inno Setup to 5.5.0 and avoid creating symbolic links (issue #16)\par\r
66 {\pntext\f2\'B7\tab}Updated openssl to 0.9.8x and support reading certificate files from Unicode paths (issue #24)\par\r
67 {\pntext\f2\'B7\tab}Version resource built into git executables.\par\r
68 {\pntext\f2\'B7\tab}Support the Large Address Aware feature to reduce chance out-of-memory on 64 bit windows when repacking large repositories.\par\r
69 \pard\b\i\par\r
70 Bugfixes\par\r
71 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.11.\par\r
72 {\pntext\f2\'B7\tab}Fix backspace/delete key handling in rxvt terminals.\par\r
73 {\pntext\f2\'B7\tab}Fixed TERM setting to avoid a warning from less.\par\r
74 {\pntext\f2\'B7\tab}Various fixes for handling unicode paths.\par\r
75 \pard\b\fs24\par\r
76 Changes since Git-1.7.9-preview20120201\par\r
77 \par\r
78 \i\fs20 New Features\par\r
79 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.10 plus Windows specific patches.\par\r
80 {\pntext\f2\'B7\tab}UTF-8 file name support.\par\r
81 \pard\b\i\par\r
82 Bugfixes\par\r
83 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.10.\par\r
84 {\pntext\f2\'B7\tab}Clarifications in the installer.\par\r
85 {\pntext\f2\'B7\tab}Console output is now even thread-safer.\par\r
86 {\pntext\f2\'B7\tab}Better support for foreign remotes (Mercurial remotes are disabled for now, due to lack of a Python version that can be compiled within the development environment).\par\r
87 {\pntext\f2\'B7\tab}Git Cheetah no longer writes big log files directly to C:\\.\par\r
88 {\pntext\f2\'B7\tab}Development environment: enhancements in the script to make a 64-bit setup.\par\r
89 {\pntext\f2\'B7\tab}Development environment: enhancements to the 64-bit Cheetah build.\par\r
90 \pard\b\fs24\par\r
91 Changes since Git-1.7.8-preview20111206\par\r
92 \par\r
93 \i\fs20 New Features\par\r
94 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.9 plus Windows specific patches.\par\r
95 {\pntext\f2\'B7\tab}Improvements to the installer running application detection.\par\r
96 \pard\b\i\par\r
97 Bugfixes\par\r
98 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.9\par\r
99 {\pntext\f2\'B7\tab}Fixed initialization of the git-cheetah submodule in net-installer.\par\r
100 {\pntext\f2\'B7\tab}Fixed duplicated context menu items with git-cheetah on Windows 7.\par\r
101 {\pntext\f2\'B7\tab}Patched gitk to display filenames when run on a subdirectory.\par\r
102 {\pntext\f2\'B7\tab}Tabbed gitk preferences dialog to allow use on smaller screens.\par\r
103 \pard\b\fs24\par\r
104 Changes since Git-1.7.7.1-preview20111027\par\r
105 \par\r
106 \i\fs20 New Features\par\r
107 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.8 plus Windows specific patches.\par\r
108 {\pntext\f2\'B7\tab}Updated Tcl/Tk to 8.5.11 and libiconv to 1.14\par\r
109 {\pntext\f2\'B7\tab}Some changes to support building with MSVC compiler.\par\r
110 \pard\b\i\par\r
111 Bugfixes\par\r
112 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.8\par\r
113 {\pntext\f2\'B7\tab}Git documentation submodule location fixed.\par\r
114 \pard\b\fs24\par\r
115 Changes since Git-1.7.7-preview20111014\par\r
116 \par\r
117 \i\fs20 New Features\par\r
118 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.7.1 plus patches.\par\r
119 \pard\b\i\par\r
120 Bugfixes\par\r
121 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.7.1\par\r
122 {\pntext\f2\'B7\tab}Includes an important upstream fix for a bug that sometimes corrupts the git index file.\par\r
123 \pard\b\fs24\par\r
124 Changes since Git-1.7.6-preview20110708\par\r
125 \par\r
126 \i\fs20 New Features\par\r
127 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.7 plus patches.\par\r
128 {\pntext\f2\'B7\tab}Updated gzip/gunzip and include unzip and gvim\par\r
129 {\pntext\f2\'B7\tab}Primary repositories moved to github.com at \cf0{\field{\*\fldinst{HYPERLINK "http://github.com/msysgit/"}}{\fldrslt{\ul\cf2 http://github.com/msysgit/}}}\cf1\f0\fs20\par\r
130 \pard\b\i\par\r
131 Bugfixes\par\r
132 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.7\par\r
133 {\pntext\f2\'B7\tab}Re-enable vim highlighting\par\r
134 {\pntext\f2\'B7\tab}Fixed issue with libiconv/libiconv-2 location\par\r
135 {\pntext\f2\'B7\tab}Fixed regressions in Git Bash script\par\r
136 {\pntext\f2\'B7\tab}Fixed installation of mergetools for difftool and mergetool use and launching of beyond compare on windows.\par\r
137 {\pntext\f2\'B7\tab}Fixed warning about mising hostname during git fetch\par\r
138 \pard\b\fs24\par\r
139 Changes since Git-1.7.4-preview20110211\par\r
140 \par\r
141 \i\fs20 New Features\par\r
142 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.6 plus patches.\par\r
143 {\pntext\f2\'B7\tab}Updates to various supporting tools (openssl, iconv, InnoSetup)\par\r
144 \pard\b\i\par\r
145 Bugfixes\par\r
146 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.6\par\r
147 {\pntext\f2\'B7\tab}Fixes to msys compat layer for directory entry handling and command line globbing.\par\r
148 \pard\b\fs24\par\r
149 Changes since Git-1.7.3.2-preview20101025\par\r
150 \par\r
151 \i\fs20 New Features\par\r
152 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.4 plus patches.\par\r
153 {\pntext\f2\'B7\tab}Includes antiword to enable viewing diffs of .doc files\par\r
154 {\pntext\f2\'B7\tab}Includes poppler to enable viewing diffs of .pdf files\par\r
155 {\pntext\f2\'B7\tab}Removes cygwin paths from the bash shell PATH\par\r
156 \pard\b\i\par\r
157 Bugfixes\par\r
158 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Please refer to the release notes for official Git 1.7.4\par\r
159 \pard\b\fs24\par\r
160 Changes since Git-1.7.3.1-preview20101002\par\r
161 \par\r
162 \i\fs20 New Features\par\r
163 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.3.2 plus patches.\par\r
164 \pard\par\r
165 \b\fs24 Changes since Git-1.7.2.3-preview20100911\par\r
166 \par\r
167 \i\fs20 New Features\par\r
168 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.3.1 plus patches.\par\r
169 {\pntext\f2\'B7\tab}Updated to Vim 7.3, file-5.04 and InnoSetup 5.3.11\par\r
170 \pard\li144\par\r
171 \pard\b\i Bugfixes\b0\i0\par\r
172 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Issue 528 (remove uninstaller from Start Menu) was fixed\par\r
173 {\pntext\f2\'B7\tab}Issue 527 (failing to find the certificate authority bundle) was fixed\par\r
174 {\pntext\f2\'B7\tab}Issue 524 (remove broken and unused sdl-config file) was fixed\par\r
175 {\pntext\f2\'B7\tab}Issue 523 (crash pushing to WebDAV remote) was fixed\par\r
176 \pard\b\fs24\par\r
177 Changes since Git-1.7.1-preview20100612\par\r
178 \par\r
179 \i\fs20 New Features\par\r
180 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.2.3 plus patches.\par\r
181 \pard\li144\par\r
182 \pard\b\i Bugfixes\b0\i0\par\r
183 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Issue 519 (build problem with compat/regex/regexec.c) was fixed\par\r
184 {\pntext\f2\'B7\tab}Issue 430 (size of panes not preserved in git-gui) was fixed\par\r
185 {\pntext\f2\'B7\tab}Issue 411 (git init failing to work with CIFS paths) was fixed\par\r
186 {\pntext\f2\'B7\tab}Issue 501 (failing to clone repo from root dir using relative path) was fixed\par\r
187 \pard\b\fs24\par\r
188 Changes since Git-1.7.0.2-preview20100309\par\r
189 \par\r
190 \i\fs20 New Features\par\r
191 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with Git 1.7.1 plus patches.\par\r
192 \pard\li144\par\r
193 \pard\b\i Bugfixes\b0\i0\par\r
194 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Issue 27 (git-send-mail not working properly) was fixed again\par\r
195 {\pntext\f2\'B7\tab}Issue 433 (error while running git svn fetch) was fixed\par\r
196 {\pntext\f2\'B7\tab}Issue 427 (Gitk reports error: "couldn't compile regular expression pattern: invalid repetition count(s)") was fixed\par\r
197 {\pntext\f2\'B7\tab}Issue 192 (output truncated) was fixed again\par\r
198 {\pntext\f2\'B7\tab}Issue 365 (Out of memory? mmap failed) was fixed\par\r
199 {\pntext\f2\'B7\tab}Issue 387 (gitk reports "error: couldn't execute "git:" file name too long") was fixed\par\r
200 {\pntext\f2\'B7\tab}Issue 409 (checkout of large files to network drive fails on XP) was fixed\par\r
201 {\pntext\f2\'B7\tab}Issue 428 (The return value of git.cmd is not the same as git.exe) was fixed\par\r
202 {\pntext\f2\'B7\tab}Issue 444 (Git Bash Here returns a "File not found error" in Windows 7 Professional - 64 bits) was fixed\par\r
203 {\pntext\f2\'B7\tab}Issue 445 (git help does nothing) was fixed\par\r
204 {\pntext\f2\'B7\tab}Issue 450 ("git --bare init" shouldn't set the directory to hidden.) was fixed\par\r
205 {\pntext\f2\'B7\tab}Issue 456 (git script fails with error code 1) was fixed\par\r
206 {\pntext\f2\'B7\tab}Issue 469 (error launch wordpad in last netinstall) was fixed\par\r
207 {\pntext\f2\'B7\tab}Issue 474 (git update-index --index-info silently does nothing) was fixed\par\r
208 {\pntext\f2\'B7\tab}Issue 482 (Add documentation to avoid "fatal: $HOME not set" error) was fixed\par\r
209 {\pntext\f2\'B7\tab}Issue 489 (git.cmd issues warning if %COMSPEC% has spaces in it) was fixed\par\r
210 {\pntext\f2\'B7\tab}Issue 436 ("mkdir : No such file or directory" error while using git-svn to fetch or rebase) was fixed\par\r
211 {\pntext\f2\'B7\tab}Issue 440 (Uninstall does not remove cheetah.) was fixed\par\r
212 {\pntext\f2\'B7\tab}Issue 441 (Git-1.7.0.2-preview20100309.exe installer fails with unwritable msys-1.0.dll when ssh-agent is running) was fixed\par\r
213 \pard\b\fs24\par\r
214 Changes since Git-1.6.5.1-preview20091022\par\r
215 \par\r
216 \i\fs20 New Features\par\r
217 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official Git 1.7.0.2.\par\r
218 {\pntext\f2\'B7\tab}Comes with Git-Cheetah (on 32-bit Windows only, for now).\par\r
219 {\pntext\f2\'B7\tab}Comes with connect.exe, a SOCKS proxy.\par\r
220 {\pntext\f2\'B7\tab}Tons of improvements in the installer, thanks to Sebastian Schuberth.\par\r
221 {\pntext\f2\'B7\tab}On Vista, if possible, symlinks are used for the built-ins.\par\r
222 {\pntext\f2\'B7\tab}Features Hany's dos2unix tool, thanks to Sebastian Schuberth.\par\r
223 {\pntext\f2\'B7\tab}Updated Tcl/Tk to version 8.5.8 (thanks Pat Thoyts!).\par\r
224 {\pntext\f2\'B7\tab}By default, only .git/ is hidden, to work around a bug in Eclipse (thanks to Erik Faye-Lund).\par\r
225 \pard\li144\par\r
226 \pard\b\i Bugfixes\b0\i0\par\r
227 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Fixed threaded grep (thanks to Heiko Voigt).\par\r
228 {\pntext\f2\'B7\tab}git gui was fixed for all kinds of worktree-related failures (thanks Pat Thoyts).\par\r
229 {\pntext\f2\'B7\tab}git gui now fully supports themed widgets (thanks Pat Thoyts and Heiko Voigt).\par\r
230 {\pntext\f2\'B7\tab}Git no longer complains about an unset RUNTIME_PREFIX (thanks Johannes Sixt).\par\r
231 {\pntext\f2\'B7\tab}git gui can Explore Working Copy on Windows again (thanks Markus Heidelberg).\par\r
232 {\pntext\f2\'B7\tab}git gui can create shortcuts again (fixes issue 425, thanks Heiko Voigt).\par\r
233 {\pntext\f2\'B7\tab}When "git checkout" cannot overwrite files because they are in use, it will offer to try again, giving the user a chance to release the file (thanks Heiko Voigt).\par\r
234 {\pntext\f2\'B7\tab}Ctrl+W will close gitk (thanks Jens Lehmann).\par\r
235 {\pntext\f2\'B7\tab}git gui no longer binds Ctrl+C, which caused problems when trying to use said shortcut for the clipboard operation "Copy" (fixes issue 423, thanks Pat Thoyts).\par\r
236 {\pntext\f2\'B7\tab}gitk does not give up when the command line length limit is reached (issue 387).\par\r
237 {\pntext\f2\'B7\tab}The exit code is fixed when Git.cmd is called from cmd.exe (thanks Alexey Borzenkov).\par\r
238 {\pntext\f2\'B7\tab}When launched via the (non-Cheetah) shell extension, the window icon is now correct (thanks Sebastian Schuberth).\par\r
239 {\pntext\f2\'B7\tab}Uses a TrueType font for the console, to be able to render UTF-8 correctly.\par\r
240 {\pntext\f2\'B7\tab}Clarified the installer's line ending options (issue 370).\par\r
241 {\pntext\f2\'B7\tab}Substantially speeded up startup time from cmd unless NO_FSTAB_THREAD is set (thanks Johannes Sixt).\par\r
242 {\pntext\f2\'B7\tab}Update msys-1.0.dll yet again, to handle quoted parameters better (thanks Heiko Voigt).\par\r
243 {\pntext\f2\'B7\tab}Updated cURL to a version that supports SSPI.\par\r
244 {\pntext\f2\'B7\tab}Updated tar to handle the pax headers generated by \i git archive\i0 .\par\r
245 {\pntext\f2\'B7\tab}Updated sed to a version that can handle the filter-branch examples.\par\r
246 {\pntext\f2\'B7\tab}.git* files can be associated with the default text editor (issue 397).\par\r
247 \pard\b\fs24\par\r
248 Changes since Git-1.6.4-preview20090729\par\r
249 \par\r
250 \i\fs20 New Features\par\r
251 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.5.1.\par\r
252 {\pntext\f2\'B7\tab}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).\par\r
253 {\pntext\f2\'B7\tab}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.\par\r
254 {\pntext\f2\'B7\tab}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.\par\r
255 {\pntext\f2\'B7\tab}Thanks to Sebastian Schuberth, we only offer the (Tortoise)Plink option in the installer if the presence of Plink was detected \ul and\ulnone  at least one Putty session was found..\par\r
256 {\pntext\f2\'B7\tab}Thanks to Sebastian Schuberth, the installer has a nicer icon now.\par\r
257 {\pntext\f2\'B7\tab}Some more work by Sebastian Schuberth was done on better integration of Plink (Issues 305 & 319).\par\r
258 \pard\li144\par\r
259 \pard\b\i Bugfixes\b0\i0\par\r
260 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432  Thanks to Sebastian Schuberth, \i git svn\i0  picks up the SSH setting specified with the installer (Issue 305).\par\r
261 \pard\b\fs24\par\r
262 Changes since Git-1.6.3.2-preview20090608\par\r
263 \par\r
264 \i\fs20 New Features\par\r
265 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.4.\par\r
266 {\pntext\f2\'B7\tab}Supports \cf0{\field{\*\fldinst{HYPERLINK "https://"}}{\fldrslt{\ul\cf2 https://}}}\cf1\f0\fs20  URLs, thanks to Erik Faye-Lund.\par\r
267 {\pntext\f2\'B7\tab}Supports send-email, thanks to Erik Faye-Lund (Issue 27).\par\r
268 {\pntext\f2\'B7\tab}Updated Tcl/Tk to version 8.5.7, thanks to Pat Thoyts.\par\r
269 \pard\li144\par\r
270 \pard\b\i Bugfixes\b0\i0\par\r
271 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 The home directory is now discovered properly (Issues 108 & 259).\par\r
272 {\pntext\f2\'B7\tab}IPv6 is supported now, thanks to Martin Martin Storsj\cf0\f1\'f6 (Issue 182).\cf1\f0\par\r
273 \pard\b\fs24\par\r
274 Changes since Git-1.6.3-preview20090507\par\r
275 \par\r
276 \i\fs20 New Features\par\r
277 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.3.2.\par\r
278 {\pntext\f2\'B7\tab}Uses TortoisePlink instead of Plink if available.\par\r
279 \pard\li144\par\r
280 \pard\b\i Bugfixes\b0\i0\par\r
281 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Plink errors out rather than hanging when the user needs to accept a host key first (Issue 96).\par\r
282 {\pntext\f2\'B7\tab}The user home directory is inferred from $HOMEDRIVE\\$HOMEPATH instead of $HOME (Issue 108).\par\r
283 {\pntext\f2\'B7\tab}The environment setting $CYGWIN=tty is ignored (Issues 138, 248 and 251).\par\r
284 {\pntext\f2\'B7\tab}The "ls" command shows non-ASCII filenames correctly now (Issue 188).\par\r
285 {\pntext\f2\'B7\tab}Adds more syntax files for vi (Issue 250).\par\r
286 {\pntext\f2\'B7\tab}$HOME/.bashrc is included last from /etc/profile, allowing .bashrc to override all settings in /etc/profile (Issue 255).\par\r
287 {\pntext\f2\'B7\tab}Completion is case-insensitive again (Issue 256).\par\r
288 {\pntext\f2\'B7\tab}The "start" command can handle arguments with spaces now (Issue 258).\par\r
289 {\pntext\f2\'B7\tab}For some Git commands (such as "git commit"), vi no longer "restores" the cursor position.\par\r
290 \pard\b\fs24\par\r
291 Changes since Git-1.6.2.2-preview20090408\par\r
292 \par\r
293 \i\fs20 New Features\par\r
294 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.3.\par\r
295 {\pntext\f2\'B7\tab}Thanks to Marius Storm-Olsen, Git has a substantially faster readdir() implementation now.\par\r
296 {\pntext\f2\'B7\tab}Marius Storm-Olsen also contributed a patch to include nedmalloc, again speeding up Git noticably.\par\r
297 {\pntext\f2\'B7\tab}Compiled with GCC 4.4.0\par\r
298 \pard\li144\par\r
299 \pard\b\i Bugfixes\b0\i0\par\r
300 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Portable Git contains a README.portable.\par\r
301 {\pntext\f2\'B7\tab}Portable Git now actually includes the builtins.\par\r
302 {\pntext\f2\'B7\tab}Portable Git includes git-cmd.bat and git-bash.bat.\par\r
303 {\pntext\f2\'B7\tab}Portable Git is now shipped as a .7z; it still is a self-extracting archive if you rename it to .exe.\par\r
304 {\pntext\f2\'B7\tab}Git includes the Perl Encode module now.\par\r
305 {\pntext\f2\'B7\tab}Git now includes the filter-branch tool.\par\r
306 {\pntext\f2\'B7\tab}There is a workaround for a Windows 7 regression triggering a crash in the progress reporting (e.g. during a clone). This fixes issues 236 and 247.\par\r
307 {\pntext\f2\'B7\tab}gitk tries not to crash when it is closed while reading references (Issue 125, thanks Pat Thoyts).\par\r
308 {\pntext\f2\'B7\tab}In some setups, hard-linking is not as reliable as it should be, so we have a workaround which avoids hard links in some situations (Issues 222 and 229).\par\r
309 {\pntext\f2\'B7\tab}git-svn sets core.autocrlf to false now, hopefully shutting up most of the git-svn reports.\par\r
310 \pard\b\fs24\par\r
311 Changes since Git-1.6.2.1-preview20090322\par\r
312 \par\r
313 \i\fs20 New Features\par\r
314 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.2.\par\r
315 {\pntext\f2\'B7\tab}Upgraded Tcl/Tk to 8.5.5.\par\r
316 {\pntext\f2\'B7\tab}TortoiseMerge is supported by mergetool now.\par\r
317 {\pntext\f2\'B7\tab}Uses pthreads (faster garbage collection on multi-core machines).\par\r
318 {\pntext\f2\'B7\tab}The test suite passes!\par\r
319 \pard\li144\par\r
320 \pard\b\i Bugfixes\b0\i0\par\r
321 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 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).\par\r
322 {\pntext\f2\'B7\tab}Johannes Sixt made \ul lots\ulnone  of changes to the test-suite to identify properly which tests should pass, and which ones cannot pass due to limitations of the platform.\par\r
323 {\pntext\f2\'B7\tab}Support PAGERs with spaces in their filename.\par\r
324 {\pntext\f2\'B7\tab}Quite a few changes were undone which we needed in the olden days of msysGit.\par\r
325 {\pntext\f2\'B7\tab}Fall back to / when HOME cannot be set to the real home directory due to locale issues (works around Issue 108 for the moment).\par\r
326 \pard\b\fs24\par\r
327 Changes since Git-1.6.2-preview20090308\par\r
328 \par\r
329 \i\fs20 New Features\par\r
330 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.1.\par\r
331 {\pntext\f2\'B7\tab}A portable application is shipped in addition to the installer (Issue 195).\par\r
332 {\pntext\f2\'B7\tab}Comes with a Windows-specific mmap() implementation (Issue 198).\par\r
333 \pard\li144\par\r
334 \pard\b\i Bugfixes\b0\i0\par\r
335 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 ANSI control characters are no longer shown verbatim (Issue 124).\par\r
336 {\pntext\f2\'B7\tab}Temporary files are created respecting core.autocrlf (Issue 177).\par\r
337 {\pntext\f2\'B7\tab}The Git Bash prompt is colorful again (Issue 199).\par\r
338 {\pntext\f2\'B7\tab}Fixed crash when hardlinking during a clone failed (Issue 204).\par\r
339 {\pntext\f2\'B7\tab}An infinite loop was fixed in git-gui (Issue 205).\par\r
340 {\pntext\f2\'B7\tab}The ssh protocol is always used with plink.exe (Issue 209).\par\r
341 {\pntext\f2\'B7\tab}More vim files are shipped now, so that syntax highlighting works.\par\r
342 \pard\b\fs24\par\r
343 Changes since Git-1.6.1-preview20081225\par\r
344 \par\r
345 \i\fs20 New Features\par\r
346 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.\par\r
347 {\pntext\f2\'B7\tab}Comes with upgraded vim 7.2.\par\r
348 {\pntext\f2\'B7\tab}Compiled with GCC 4.3.3.\par\r
349 {\pntext\f2\'B7\tab}The user can choose the preferred CR/LF behavior in the installer now.\par\r
350 {\pntext\f2\'B7\tab}Peter Kodl contributed support for hardlinks on Windows.\par\r
351 {\pntext\f2\'B7\tab}The bash prompt shows information about the current repository.\par\r
352 \pard\li144\par\r
353 \pard\b\i Bugfixes\b0\i0\par\r
354 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 If supported by the file system, pack files can grow larger than 2gb.\par\r
355 {\pntext\f2\'B7\tab}Comes with updated msys-1.0.dll (should fix some Vista issues).\par\r
356 {\pntext\f2\'B7\tab}Assorted fixes to support the new libexec/git-core/ layout better.\par\r
357 {\pntext\f2\'B7\tab}Read-only files can be properly replaced now.\par\r
358 {\pntext\f2\'B7\tab}git-svn is included again (original caveats still apply).\par\r
359 {\pntext\f2\'B7\tab}Obsolete programs from previous installations are cleaned up.\par\r
360 \pard\li144\par\r
361 \pard\b\fs24 Changes since Git-1.6.0.2-preview20080923\par\r
362 \i\fs20\par\r
363 New Features\par\r
364 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.1.\par\r
365 {\pntext\f2\'B7\tab}Avoid useless console windows.\par\r
366 {\pntext\f2\'B7\tab}Installer remembers how to handle PATH. \par\r
367 \pard\b\fs24\par\r
368 Changes since Git-1.6.0.2-preview20080921\par\r
369 \i\fs20\par\r
370 Bugfixes\b0\i0\par\r
371 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 ssh works again.\par\r
372 {\pntext\f2\'B7\tab}'git add -p' works again.\par\r
373 {\pntext\f2\'B7\tab}Various programs that aborted with 'Assertion failed: argv0_path' are fixed.\par\r
374 \pard\b\fs24\par\r
375 Changes since Git-1.5.6.1-preview20080701\par\r
376 \i\fs20\par\r
377 Removed Features\par\r
378 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 git svn is excluded from the end-user installer (see Known Issues).\par\r
379 \pard\b\fs24\par\r
380 \i\fs20 New Features\par\r
381 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.0.2.\par\r
382 \pard\li144\par\r
383 \pard\b\i Bugfixes\b0\i0\par\r
384 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 No Windows-specific bugfixes.\par\r
385 \pard\b\fs24\par\r
386 Changes since Git-1.5.6-preview20080622\par\r
387 \par\r
388 \i\fs20 New Features\par\r
389 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.6.1.\par\r
390 \pard\li144\par\r
391 \pard\b\i Bugfixes\b0\i0\par\r
392 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Includes fixed msys-1.0.dll that supports Vista and Windows Server 2008 (Issue 122).\par\r
393 {\pntext\f2\'B7\tab}cmd wrappers do no longer switch off echo.\par\r
394 \pard\b\fs24\par\r
395 Changes since Git-1.5.5-preview20080413\par\r
396 \par\r
397 \i\fs20 New Features\par\r
398 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.6.\par\r
399 {\pntext\f2\'B7\tab}Installer supports configuring a user provided Plink (PuTTY).\par\r
400 \pard\li144\par\r
401 \pard\b\i Bugfixes\b0\i0\par\r
402 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Comes with tweaked msys-1.0.dll to solve some command line mangling issues.\par\r
403 {\pntext\f2\'B7\tab}cmd wrapper does no longer close the command window.\par\r
404 {\pntext\f2\'B7\tab}Programs in the system PATH, for example editors, can be launched from Git without specifying their full path.\par\r
405 {\pntext\f2\'B7\tab}"git stash apply stash@\{1\}" works.\par\r
406 {\pntext\f2\'B7\tab}Comes with basic ANSI control code emulation for the Windows console to avoid wrapping of pull/merge's diffstats.\par\r
407 {\pntext\f2\'B7\tab}Git correctly passes port numbers to PuTTY's Plink \par\r
408 \pard\b\fs24\par\r
409 Changes since Git-1.5.4-preview20080202\par\r
410 \par\r
411 \i\fs20 New Features\par\r
412 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.5.\par\r
413 {\pntext\f2\'B7\tab}core.autocrlf is enabled (true) by default. This means git converts to Windows line endings (CRLF) during checkout and converts to Unix line endings (LF) during commit. This is the right choice for cross-platform projects. If the conversion is not reversible, git warns the user. The installer warns about the new default before the installation starts.\par\r
414 {\pntext\f2\'B7\tab}The user does no longer have to "accept" the GPL but only needs to press "continue".\par\r
415 {\pntext\f2\'B7\tab}Installer deletes shell scripts that have been replaced by builtins. Upgrading should be safer.\par\r
416 {\pntext\f2\'B7\tab}Supports "git svn". Note that the performance might be below your expectation.\par\r
417 \pard\li144\par\r
418 \pard\b\i Bugfixes\b0\i0\par\r
419 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Newer ssh fixes connection failures (issue 74).\par\r
420 {\pntext\f2\'B7\tab}Comes with MSys-1.0.11-20071204.  This should solve some "fork: resource unavailable" issues.\par\r
421 {\pntext\f2\'B7\tab}All DLLs are rebased to avoid problems with "fork" on Vista.\par\r
422 \pard\b\fs24\par\r
423 Changes since Git-1.5.3.6-preview20071126\par\r
424 \par\r
425 \i\fs20 New Features\par\r
426 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.4.\par\r
427 {\pntext\f2\'B7\tab}Some commands that are not yet suppoted on Windows are no longer included (see Known Issues above).\par\r
428 {\pntext\f2\'B7\tab}Release notes are displayed in separate window.\b\fs24\par\r
429 \b0\fs20{\pntext\f2\'B7\tab}Includes qsort replacement to improve performance on Windows 2000.\par\r
430 \pard\b\fs24\par\r
431 \i\fs20 Bugfixes\b0\i0\par\r
432 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Fixes invalid error message that setup.ini cannot be deleted on uninstall.\par\r
433 {\pntext\f2\'B7\tab}Setup tries harder to finish the installation and reports more detailed errors.\par\r
434 {\pntext\f2\'B7\tab}Vim's syntax highlighting is suitable for dark background.\par\r
435 \pard\b\fs24\par\r
436 Changes since Git-1.5.3.5-preview20071114\par\r
437 \par\r
438 \i\fs20 New Features\par\r
439 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Git is included in version 1.5.3.6.\b\i\par\r
440 \b0\i0{\pntext\f2\'B7\tab}Setup displays release notes.\par\r
441 \pard\b\fs24\par\r
442 \i\fs20 Bugfixes\b0\i0\par\r
443 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 pull/fetch/push in git-gui works. Note, there is no way for ssh to ask for a passphrase or for confirmation if you connect to an unknown host. So, you must have ssh set up to work without passphrase. Either you have a key without passphrase, or you started ssh-agent. You may also consider using PuTTY by pointing GIT_SSH to plink.exe and handle your ssh keys with Pageant. In this case you should include your login name in urls. You must also connect to an unknown host once from the command line and confirm the host key, before you can use it from git-gui.\par\r
444 \pard\b\fs24\par\r
445 Changes since Git-1.5.3-preview20071027\fs20\par\r
446 \i\par\r
447 New Features\par\r
448 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Git is included in version 1.5.3.5.\par\r
449 {\pntext\f2\'B7\tab}Setup can be installed as normal user.\par\r
450 {\pntext\f2\'B7\tab}When installing as Administrator, all icons except the Quick Launch icon will be created for all users.\par\r
451 {\pntext\f2\'B7\tab}"git help user-manual" displays the user manual.\par\r
452 \pard\b\par\r
453 \i Bugfixes\b0\i0\par\r
454 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432 Git Bash works on Windows XP 64.\par\r
455 \pard\par\r
456 \b\fs24 Changes since Git-1.5.3-preview20071019\par\r
457 \fs20\par\r
458 \i Bugfixes\i0\par\r
459 \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0 The templates for a new repository are found.\par\r
460 {\pntext\f2\'B7\tab}The global configuration /etc/gitconfig is found.\par\r
461 {\pntext\f2\'B7\tab}Git Gui localization works. It falls back to English if a translation has errors.\par\r
462 \pard\par\r
463 \b\fs24 Changes since WinGit-0.2-alpha\par\r
464 \b0\fs20 The history of the release notes stops here. Various new features and bugfixes are available since WinGit-0.2-alpha. Please check the git history of the msysgit project for details.\par\r