Documentation / RelNotes-1.6.0.2.txton commit move load_ref_decorations() to log-tree.c and export it (cab4feb)
   1GIT v1.6.0.2 Release Notes
   2==========================
   3
   4Fixes since v1.6.0.1
   5--------------------
   6
   7* Installation on platforms that needs .exe suffix to git-* programs were
   8  broken in 1.6.0.1.
   9
  10* Installation on filesystems without symbolic links support did nto
  11  work well.
  12
  13* In-tree documentations and test scripts now use "git foo" form to set a
  14  better example, instead of the "git-foo" form (which is an acceptable
  15  form if you have "PATH=$(git --exec-path):$PATH" in your script)
  16
  17* Many commands did not use the correct working tree location when used
  18  with GIT_WORK_TREE environment settings.
  19
  20
  21
  22* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
  23  a new line before the second line.
  24
  25* "git clone $there $here/" with extra trailing slashes after explicit
  26  local directory name $here did not work as expected.
  27
  28* "git diff --dirstat -M" did not add changes in subdirectories up
  29  correctly for renamed paths.
  30
  31* "git for-each-ref refs/heads/" did not work as expected.
  32
  33* "git log --grep=pattern -i" did not ignore case.
  34
  35* "git log --pretty="%ad" --date=short" did not use short format when
  36  showing the timestamp.
  37
  38* Build procedure for "git shell" that used stub versions of some
  39  functions and globals was not understood by linkers on some platforms.
  40
  41* "git verify-pack -v" did not work correctly when given more than one
  42  packfile.
  43
  44Also contains many documentation updates.
  45
  46--
  47exec >/var/tmp/1
  48O=v1.6.0.1-49-g6a42cfe
  49echo O=$(git describe maint)
  50git shortlog --no-merges $O..maint