From daafc61b0c84c8451130f9bb5aea8ed91e3300d1 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Sat, 11 Sep 2010 09:53:50 +0100 Subject: [PATCH] Updated git and git documents and ReleaseNotes to v1.7.2.3 Signed-off-by: Pat Thoyts --- doc/git/html | 2 +- git | 2 +- share/WinGit/ReleaseNotes.rtf | 26 ++++++++++++++++++-------- src/git-cheetah | 2 +- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/doc/git/html b/doc/git/html index 13002fbb..f0f41ba9 160000 --- a/doc/git/html +++ b/doc/git/html @@ -1 +1 @@ -Subproject commit 13002fbb3347e98e74c1ff7ec581fda52a09dd72 +Subproject commit f0f41ba9926c2d816c7282b13fe1d8b6b037933b diff --git a/git b/git index 95d1b328..ab68d4b2 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 95d1b328845ce55f9bb191d0ae348b00484694ba +Subproject commit ab68d4b29e6f5637e3a238355331bc251bed0b91 diff --git a/share/WinGit/ReleaseNotes.rtf b/share/WinGit/ReleaseNotes.rtf index 53c37d54..e26b9d75 100644 --- a/share/WinGit/ReleaseNotes.rtf +++ b/share/WinGit/ReleaseNotes.rtf @@ -1,7 +1,7 @@ {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset0 Arial;}{\f2\fnil\fcharset2 Symbol;}} -{\colortbl ;\red0\green0\blue0;} -{\*\generator Msftedit 5.41.21.2500;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.7.1-preview20100612)\b0\fs20\par -Last update: 12 June 2010\par +{\colortbl ;\red0\green0\blue0;\red0\green0\blue255;} +{\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.7.2.3-preview20100911)\b0\fs20\par +Last update: 11 September 2010\par \par \b\fs24 Introduction\b0\fs20\par \par @@ -11,23 +11,33 @@ General release notes covering the history of the core git commands are included \par \b\fs24 Known issues\par \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 -{\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 (http://www.mingw.org/wiki/Environment_issues)\par +{\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 ({\field{\*\fldinst{HYPERLINK "http://www.mingw.org/wiki/Environment_issues"}}{\fldrslt{\ul\cf2 http://www.mingw.org/wiki/Environment_issues}}}\f0\fs20 )\par {\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 {\pntext\f2\'B7\tab}curl uses $HOME/_netrc instead of $HOME/.netrc.\par {\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 {\pntext\f2\'B7\tab}git and bash have serious problems with non-ASCII file names (Issue 80, 159).\par {\pntext\f2\'B7\tab}If configured to use plink, you will have to connect with putty first and accept the host key.\par -{\pntext\f2\'B7\tab}When run from cmd.exe instead of Git Bash, some characters seem to be "swallowed" from Git's output (Issue 192).\par {\pntext\f2\'B7\tab}There are a spurious write errors during rebase (Issue 200) that seem not to be reproducible on most computers.\par {\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 \pard\b\fs24\par +Changes since Git-1.7.1-preview20100612\par +\par +\i\fs20 New Features\par +\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 +\pard\li144\par +\pard\b\i Bugfixes\b0\i0\par +\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 +{\pntext\f2\'B7\tab}Issue 430 (size of panes not preserved in git-gui) was fixed\par +{\pntext\f2\'B7\tab}Issue 411 (git init failing to work with CIFS paths) was fixed\par +{\pntext\f2\'B7\tab}Issue 501 (failing to clone repo from root dir using relative path) was fixed\par +\pard\b\fs24\par Changes since Git-1.7.0.2-preview20100309\par \par \i\fs20 New Features\par \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 \pard\li144\par \pard\b\i Bugfixes\b0\i0\par -\pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Issue 27 (git-send-mail not working properly) was fixed again\par +\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 {\pntext\f2\'B7\tab}Issue 433 (error while running git svn fetch) was fixed\par {\pntext\f2\'B7\tab}Issue 427 (Gitk reports error: "couldn't compile regular expression pattern: invalid repetition count(s)") was fixed\par {\pntext\f2\'B7\tab}Issue 192 (output truncated) was fixed again\par @@ -99,7 +109,7 @@ Changes since Git-1.6.3.2-preview20090608\par \par \i\fs20 New Features\par \pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.4.\par -{\pntext\f2\'B7\tab}Supports https:// URLs, thanks to Erik Faye-Lund.\par +{\pntext\f2\'B7\tab}Supports {\field{\*\fldinst{HYPERLINK "https://"}}{\fldrslt{\ul\cf2 https://}}}\f0\fs20 URLs, thanks to Erik Faye-Lund.\par {\pntext\f2\'B7\tab}Supports send-email, thanks to Erik Faye-Lund (Issue 27).\par {\pntext\f2\'B7\tab}Updated Tcl/Tk to version 8.5.7, thanks to Pat Thoyts.\par \pard\li144\par @@ -299,4 +309,4 @@ New Features\par \b\fs24 Changes since WinGit-0.2-alpha\par \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 } - + \ No newline at end of file diff --git a/src/git-cheetah b/src/git-cheetah index f4ae40c7..e9d3092c 160000 --- a/src/git-cheetah +++ b/src/git-cheetah @@ -1 +1 @@ -Subproject commit f4ae40c72b7efad52e9a78074050400c0464ba6b +Subproject commit e9d3092c09975a474d32e8e8ef12e3740be3f94f -- 2.11.4.GIT