Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

Commit 678125b

Browse files
committed
Updated to Git v1.7.6
Signed-off-by: Pat Thoyts <[email protected]>
1 parent 0bddc0b commit 678125b

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

doc/git/html

Submodule html updated from 103b572 to c652aed

git

Submodule git updated from 844cb22 to bf1a7ff

share/WinGit/ReleaseNotes.rtf

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset0 Arial;}{\f2\fnil\fcharset2 Symbol;}}
22
{\colortbl ;\red0\green0\blue0;\red0\green0\blue255;}
3-
{\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.7.4-preview20110204)\b0\fs20\par
4-
Last update: 4 February 2011\par
3+
{\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.7.6-preview20110708)\b0\fs20\par
4+
Last update: 8 July 2011\par
55
\par
66
\b\fs24 Introduction\b0\fs20\par
77
\par
88
These release notes describe issues specific to the Git for Windows release.\par
99
\par
1010
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
1111
\par
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 {\field{\*\fldinst{HYPERLINK "http://msysgit.googlecode.com/"}}{\fldrslt{\ul\cf2 http://msysgit.googlecode.com/}}}\f0\fs20 .\par
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.googlecode.com/"}}{\fldrslt{\ul\cf2 http://msysgit.googlecode.com/}}}\cf1\f0\fs20 .\par
1313
\par
1414
\b\fs24 Known issues\par
1515
\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
@@ -21,6 +21,16 @@ See \cf0{\field{\*\fldinst{HYPERLINK "http://git-scm.com/"}}{\fldrslt{\ul\cf2 ht
2121
{\pntext\f2\'B7\tab}If configured to use plink, you will have to connect with putty first and accept the host key.\par
2222
{\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
2323
\pard\b\fs24\par
24+
Changes since Git-1.7.4-preview20110211\par
25+
\par
26+
\i\fs20 New Features\par
27+
\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
28+
{\pntext\f2\'B7\tab}Updates to various supporting tools (openssl, iconv, InnoSetup)\par
29+
\pard\b\i\par
30+
Bugfixes\par
31+
\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
32+
{\pntext\f2\'B7\tab}Fixed to msys compat layer for directory entry handling and command line globbing.\par
33+
\pard\b\fs24\par
2434
Changes since Git-1.7.3.2-preview20101025\par
2535
\par
2636
\i\fs20 New Features\par

share/WinGit/copy-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fi &&
8181
lib/{tcl,tk,dde,reg}* libexec/gnupg/) |
8282
tar xf - &&
8383
cp $MSYSGITROOT/mingw/bin/hd2u.exe bin/dos2unix.exe &&
84-
md5sum $MSYSGITROOT/bin/msys-1.0.dll > etc/msys-1.0.dll.md5 &&
84+
(md5sum $MSYSGITROOT/bin/msys-1.0.dll | awk '{print $1, "*/bin/msys-1.0.dll"}') > etc/msys-1.0.dll.md5 &&
8585
strip bin/{[a-fh-z],g[a-oq-z]}*.exe libexec/git-core/*.exe &&
8686
cp $MSYSGITROOT/git/contrib/completion/git-completion.bash etc/ &&
8787
cp $MSYSGITROOT/etc/termcap etc/ &&

src/git-cheetah

Submodule git-cheetah updated from b02922e to 0cf821c

0 commit comments

Comments
 (0)