Documentation / RelNotes / 1.5.6.1.txton commit Merge branch 'ik/userdiff-html-h-element-fix' into maint (b8a4e89)
   1GIT v1.5.6.1 Release Notes
   2==========================
   3
   4Fixes since v1.5.6
   5------------------
   6
   7* Last minute change broke loose object creation on AIX.
   8
   9* (performance fix) We used to make $GIT_DIR absolute path early in the
  10  programs but keeping it relative to the current directory internally
  11  gives 1-3 per-cent performance boost.
  12
  13* bash completion knows the new --graph option to git-log family.
  14
  15
  16* git-diff -c/--cc showed unnecessary "deletion" lines at the context
  17  boundary.
  18
  19* git-for-each-ref ignored %(object) and %(type) requests for tag
  20  objects.
  21
  22* git-merge usage had a typo.
  23
  24* Rebuilding of git-svn metainfo database did not take rewriteRoot
  25  option into account.
  26
  27* Running "git-rebase --continue/--skip/--abort" before starting a
  28  rebase gave nonsense error messages.