Skip to content

Commit f430c8e

Browse files
committed
Hopefully the final draft release notes update before 1.6.0.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f07c3c5 commit f430c8e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Documentation/RelNotes-1.6.0.3.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Fixes since v1.6.0.2
2424
* "git diff --no-index" on binary files no longer outputs a bogus
2525
"diff --git" header line.
2626

27+
* "git diff" hunk header patterns with multiple elements separated by LF
28+
were not used correctly.
29+
30+
* "git gc" when ejecting otherwise unreachable objects from packfiles into
31+
loose form leaked memory.
32+
2733
* Hunk headers in "git diff" default to using extended regular
2834
expressions, fixing some of the internal patterns on non-GNU
2935
platforms.
@@ -47,6 +53,8 @@ Fixes since v1.6.0.2
4753

4854
* "git remote show -v" now displays all URLs of a remote.
4955

56+
* "git checkout -b branch" was confused when branch already existed.
57+
5058
* "git checkout -q" once again suppresses the locally modified file list.
5159

5260
* "git clone -q", "git fetch -q" asks remote side to not send
@@ -107,6 +115,6 @@ Many other documentation updates.
107115

108116
--
109117
exec >/var/tmp/1
110-
O=v1.6.0.2-95-g72d404d
118+
O=v1.6.0.2-110-gf07c3c5
111119
echo O=$(git describe maint)
112120
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)