]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes-1.6.0.3.txt
Start draft release notes for 1.6.0.3
[thirdparty/git.git] / Documentation / RelNotes-1.6.0.3.txt
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