Skip to content

Commit 873358d

Browse files
committed
Update draft release notes for 1.6.0.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3632cfc commit 873358d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Documentation/RelNotes-1.6.0.2.txt

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,26 @@ Fixes since v1.6.0.1
1717
* Many commands did not use the correct working tree location when used
1818
with GIT_WORK_TREE environment settings.
1919

20+
* Some systems needs to use compatibility fnmach and regex libraries
21+
independent from each other; the compat/ area has been reorganized to
22+
allow this.
23+
2024

2125
* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
2226
a new line before the second line.
2327

2428
* "git blame -c" did not exactly work like "git annotate" when range
2529
boundaries are involved.
2630

31+
* "git checkout file" when file is still unmerged checked out contents from
32+
a random high order stage, which was confusing.
33+
2734
* "git clone $there $here/" with extra trailing slashes after explicit
2835
local directory name $here did not work as expected.
2936

37+
* "git diff" on tracked contents with CRLF line endings did not drive "less"
38+
intelligently when showing added or removed lines.
39+
3040
* "git diff --dirstat -M" did not add changes in subdirectories up
3141
correctly for renamed paths.
3242

@@ -42,26 +52,36 @@ Fixes since v1.6.0.1
4252

4353
* "git gui" translation updates and i18n fixes.
4454

55+
* "git index-pack" is more careful against disk corruption while completing
56+
a thin pack.
57+
4558
* "git log -i --grep=pattern" did not ignore case; neither "git log -E
4659
--grep=pattern" triggered extended regexp.
4760

4861
* "git log --pretty="%ad" --date=short" did not use short format when
4962
showing the timestamp.
5063

64+
* "git log --author=author" match incorrectly matched with the
65+
timestamp part of "author " line in commit objects.
66+
67+
* "git log -F --author=author" did not work at all.
68+
5169
* Build procedure for "git shell" that used stub versions of some
5270
functions and globals was not understood by linkers on some platforms.
5371

5472
* "git stash" was fooled by a stat-dirty but otherwise unmodified paths
5573
and refused to work until the user refreshed the index.
5674

75+
* "git svn" was broken on Perl before 5.8 with recent fixes to reduce
76+
use of temporary files.
77+
5778
* "git verify-pack -v" did not work correctly when given more than one
5879
packfile.
5980

6081
Also contains many documentation updates.
6182

6283
--
6384
exec >/var/tmp/1
64-
O=v1.6.0.1-61-g1eff26c
85+
O=v1.6.0.1-78-g3632cfc
6586
echo O=$(git describe maint)
6687
git shortlog --no-merges $O..maint
67-

0 commit comments

Comments
 (0)