Use dashless git commands in setgitperms.perl
[git.git] / Documentation / RelNotes-1.6.0.3.txt
blobea1420d77a1b07a3113fe6fc409a751550ee43ca
1 GIT v1.6.0.3 Release Notes
2 ==========================
4 Fixes since v1.6.0.2
5 --------------------
7 * "git archive --format=zip" did not honor core.autocrlf while
8   --format=tar did.
10 * Continuing "git rebase -i" was very confused when the user left modified
11   files in the working tree while resolving conflicts.
13 * Continuing "git rebase -i" was also very confused when the user left
14   some staged changes in the index after "edit".
16 * Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
17   with the output redirected to /dev/null.
19 * "Git.pm" tests relied on unnecessarily more recent version of Perl.
21 * "gitweb" triggered undef warning on commits without log messages.
23 Many other documentation updates.
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