Documentation / RelNotes-1.5.3.5.txton commit Avoid scary errors about tagged trees/blobs during git-fetch (42a3217)
   1GIT v1.5.3.5 Release Notes
   2==========================
   3
   4Fixes since v1.5.3.4
   5--------------------
   6
   7 * "git-config" silently ignored options after --list; now it will
   8   error out with a usage message.
   9
  10 * "git-config --file" failed if the argument used a relative path
  11   as it changed directories before opening the file.
  12
  13 * "git-config --file" now displays a proper error message if it
  14   cannot read the file specified on the command line.
  15
  16 * "git-config", "git-diff", "git-apply" failed if run from a
  17   subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
  18
  19 * "git-blame" crashed if run during a merge conflict.
  20
  21 * "git-add -i" did not handle single line hunks correctly.
  22
  23 * "git-rebase -i" failed if external diff drivers were used for one
  24   or more files in a commit.  It now avoids calling the external
  25   diff drivers.
  26
  27 * "git-log --follow" did not work unless diff generation (e.g. -p)
  28   was also requested.
  29
  30 * "git-log" printed extra newlines between commits when a diff
  31   was generated internally (e.g. -S or --follow) but not displayed.
  32
  33 * "git-push" error message is more helpful when pushing to a
  34   repository with no matching refs and none specified.
  35
  36 * "git-filter-branch" now updates the working directory when it
  37   has finished filtering the current branch.
  38
  39 * "git-instaweb" no longer fails on Mac OS X.
  40
  41 * post-receive-email example hook fixed was fixed for
  42   non-fast-forward updates.
  43
  44 * Documentation updates for supported (but previously undocumented)
  45   options of "git-archive" and "git-reflog".
  46
  47 * "make clean" no longer deletes the configure script that ships
  48   with the git tarball, making multiple architecture builds easier.