Skip to content

Commit de5d560

Browse files
committed
Start 1.6.0.2 maintenance cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6a42cfe commit de5d560

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

Documentation/RelNotes-1.6.0.2.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
GIT v1.6.0.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.0.1
5+
--------------------
6+
7+
* Installation on platforms that needs .exe suffix to git-* programs were
8+
broken in 1.6.0.1.
9+
10+
* Installation on filesystems without symbolic links support did nto
11+
work well.
12+
13+
* In-tree documentations and test scripts now use "git foo" form to set a
14+
better example, instead of the "git-foo" form (which is an acceptable
15+
form if you have "PATH=$(git --exec-path):$PATH" in your script)
16+
17+
* Many commands did not use the correct working tree location when used
18+
with GIT_WORK_TREE environment settings.
19+
20+
21+
22+
* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
23+
a new line before the second line.
24+
25+
* "git clone $there $here/" with extra trailing slashes after explicit
26+
local directory name $here did not work as expected.
27+
28+
* "git diff --dirstat -M" did not add changes in subdirectories up
29+
correctly for renamed paths.
30+
31+
* "git for-each-ref refs/heads/" did not work as expected.
32+
33+
* "git log --grep=pattern -i" did not ignore case.
34+
35+
* "git log --pretty="%ad" --date=short" did not use short format when
36+
showing the timestamp.
37+
38+
* Build procedure for "git shell" that used stub versions of some
39+
functions and globals was not understood by linkers on some platforms.
40+
41+
* "git verify-pack -v" did not work correctly when given more than one
42+
packfile.
43+
44+
Also contains many documentation updates.
45+
46+
--
47+
exec >/var/tmp/1
48+
O=v1.6.0.1-49-g6a42cfe
49+
echo O=$(git describe maint)
50+
git shortlog --no-merges $O..maint

RelNotes

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

0 commit comments

Comments
 (0)