Documentation / RelNotes-1.6.0.3.txton commit git-stash.sh: don't default to refs/stash if invalid ref supplied (da65e7c)
   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.pm" tests relied on unnecessarily more recent version of Perl.
  20
  21* "gitweb" triggered undef warning on commits without log messages.
  22
  23Many other documentation updates.
  24
  25--
  26exec >/var/tmp/1
  27O=v1.6.0.2-32-g8d11fde
  28echo O=$(git describe maint)
  29git shortlog --no-merges $O..maint