Skip to content

Commit cb57220

Browse files
committed
GIT 1.6.4.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent af4f640 commit cb57220

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

Documentation/RelNotes-1.6.4.4.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
GIT v1.6.4.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.4.4
5+
--------------------
6+
7+
* The workaround for Github server that sometimes gave 500 (Internal server
8+
error) response to HEAD requests in 1.6.4.3 introduced a regression that
9+
caused re-fetching projects over http to segfault in certain cases due
10+
to uninitialized pointer being freed.
11+
12+
* "git pull" on an unborn branch used to consider anything in the work
13+
tree and the index discardable.
14+
15+
* "git diff -b/w" did not work well on the incomplete line at the end of
16+
the file, due to an incorrect hashing of lines in the low-level xdiff
17+
routines.
18+
19+
* "git checkout-index --prefix=$somewhere" used to work when $somewhere is
20+
a symbolic link to a directory elsewhere, but v1.6.4.2 broke it.
21+
22+
* "git unpack-objects --strict", invoked when receive.fsckobjects
23+
configuration is set in the receiving repository of "git push", did not
24+
properly check the objects, especially the submodule links, it received.
25+
26+
Other minor documentation updates are included.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.6.4.3/git.html[documentation for release 1.6.4.3]
46+
* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
4747

4848
* release notes for
49+
link:RelNotes-1.6.4.4.txt[1.6.4.4],
4950
link:RelNotes-1.6.4.3.txt[1.6.4.3],
5051
link:RelNotes-1.6.4.2.txt[1.6.4.2],
5152
link:RelNotes-1.6.4.1.txt[1.6.4.1],

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.4.3
4+
DEF_VER=v1.6.4.4
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.4.3.txt
1+
Documentation/RelNotes-1.6.4.4.txt

0 commit comments

Comments
 (0)