Skip to content

Commit cc185a6

Browse files
committed
Start draft release notes for 1.6.0.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8d11fde commit cc185a6

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Documentation/RelNotes-1.6.0.3.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
GIT v1.6.0.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.0.2
5+
--------------------
6+
7+
* "git archive --format=zip" did not honor core.autocrlf while
8+
--format=tar did.
9+
10+
* Continuing "git rebase -i" was very confused when the user left modified
11+
files in the working tree while resolving conflicts.
12+
13+
* Continuing "git rebase -i" was also very confused when the user left
14+
some staged changes in the index after "edit".
15+
16+
* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
17+
with the output redirected to /dev/null.
18+
19+
* "Git.pm" tests relied on unnecessarily more recent version of Perl.
20+
21+
* "gitweb" triggered undef warning on commits without log messages.
22+
23+
Many other documentation updates.
24+
25+
--
26+
exec >/var/tmp/1
27+
O=v1.6.0.2-32-g8d11fde
28+
echo O=$(git describe maint)
29+
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.2.txt
1+
Documentation/RelNotes-1.6.0.3.txt

0 commit comments

Comments
 (0)