1GIT v1.6.0.3 Release Notes 2========================== 3 4Fixes 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 stash apply sash@{1}" was fixed to error out. Prior versions 20 would have applied stash@{0} incorrectly. 21 22* "git for-each-ref --format=%(subject)" fixed for commits with no 23 no newline in the message body. 24 25* "git remote" fixed to protect printf from user input. 26 27* "git checkout -q" once again suppresses the locally modified file list. 28 29* Cross-directory renames are no longer used when creating packs. This 30 allows more graceful behavior on filesystems like sshfs. 31 32* Stale temporary files under $GIT_DIR/objects/pack are now cleaned up 33 automatically by "git prune". 34 35* "Git.pm" tests relied on unnecessarily more recent version of Perl. 36 37* "gitweb" triggered undef warning on commits without log messages. 38 39Many other documentation updates. 40 41-- 42exec >/var/tmp/1 43O=v1.6.0.2-41-g7fe4a72 44echo O=$(git describe maint) 45git shortlog --no-merges $O..maint