Documentation / RelNotes-1.5.6.5.txton commit Merge branch 'rs/archive-parse-options' (65ac553)
   1GIT v1.5.6.5 Release Notes
   2==========================
   3
   4Fixes since v1.5.6.4
   5--------------------
   6
   7* "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
   8
   9* "git init --template=" with blank "template" parameter linked files
  10  under root directories to .git, which was a total nonsense.  Instead, it
  11  means "I do not want to use anything from the template directory".
  12
  13* "git diff-tree" and other diff plumbing ignored diff.renamelimit configuration
  14  variable when the user explicitly asked for rename detection.
  15
  16* "git name-rev --name-only" did not work when "--stdin" option was in effect.
  17
  18* "git show-branch" mishandled its 8th branch.
  19
  20* Addition of "git update-index --ignore-submodules" that happened during
  21  1.5.6 cycle broke "git update-index --ignore-missing".
  22
  23* "git send-email" did not parse charset from an existing Content-type:
  24  header properly.
  25
  26Contains other various documentation fixes.
  27
  28--
  29exec >/var/tmp/1
  30echo O=$(git describe maint)
  31O=v1.5.6.4-26-g2b6ca6d
  32git shortlog --no-merges $O..maint