Skip to content

Commit cff4231

Browse files
committed
GIT 1.6.3.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a69f8c9 commit cff4231

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

Documentation/RelNotes-1.6.3.3.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
GIT v1.6.3.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.3.2
5+
--------------------
6+
7+
* "git archive" running on Cygwin can get stuck in an infinite loop.
8+
9+
* "git daemon" did not correctly parse the initial line that carries
10+
virtual host request information.
11+
12+
* "git diff --textconv" leaked memory badly when the textconv filter
13+
errored out.
14+
15+
* The built-in regular expressions to pick function names to put on
16+
hunk header lines for java and objc were very inefficiently written.
17+
18+
* in certain error situations git-fetch (and git-clone) on Windows didn't
19+
detect connection abort and ended up waiting indefinitely.
20+
21+
* import-tars script (in contrib) did not import symbolic links correctly.
22+
23+
* http.c used CURLOPT_SSLKEY even on libcURL version 7.9.2, even though
24+
it was only available starting 7.9.3.
25+
26+
* low-level filelevel merge driver used return value from strdup()
27+
without checking if we ran out of memory.
28+
29+
* "git rebase -i" left stray closing parenthesis in its reflog message.
30+
31+
* "git remote show" did not show all the URLs associated with the named
32+
remote, even though "git remote -v" did. Made them consistent by
33+
making the former show all URLs.
34+
35+
* "whitespace" attribute that is set was meant to detect all errors known
36+
to git, but it told git to ignore trailing carriage-returns.
37+
38+
Includes other documentation fixes.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.3.2
4+
DEF_VER=v1.6.3.3
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.3.2.txt
1+
Documentation/RelNotes-1.6.3.3.txt

0 commit comments

Comments
 (0)