Skip to content

Commit 82c3e21

Browse files
committed
GIT 1.6.4.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e71c008 commit 82c3e21

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

Documentation/RelNotes-1.6.4.2.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
GIT v1.6.4.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.4.1
5+
--------------------
6+
7+
* --date=relative output between 1 and 5 years ago rounded the number of
8+
years when saying X years Y months ago, instead of rounding it down.
9+
10+
* "git add -p" did not handle changes in executable bits correctly
11+
(a regression around 1.6.3).
12+
13+
* "git apply" did not honor GNU diff's convention to mark the creation/deletion
14+
event with UNIX epoch timestamp on missing side.
15+
16+
* "git checkout" incorrectly removed files in a directory pointed by a
17+
symbolic link during a branch switch that replaces a directory with
18+
a symbolic link.
19+
20+
* "git clean -d -f" happily descended into a subdirectory that is managed by a
21+
separate git repository. It now requires two -f options for safety.
22+
23+
* "git fetch/push" over http transports had two rather grave bugs.
24+
25+
* "git format-patch --cover-letter" did not prepare the cover letter file
26+
for use with non-ASCII strings when there are the series contributors with
27+
non-ASCII names.
28+
29+
* "git pull origin branch" and "git fetch origin && git merge origin/branch"
30+
left different merge messages in the resulting commit.
31+
32+
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.1/git.html[documentation for release 1.6.4.1]
46+
* link:v1.6.4.2/git.html[documentation for release 1.6.4.2]
4747

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

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.1
4+
DEF_VER=v1.6.4.2
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.1.txt
1+
Documentation/RelNotes-1.6.4.2.txt

0 commit comments

Comments
 (0)