Documentation / RelNotes-1.6.2.2.txton commit Merge branch 'jk/reflog-date' (f504fa2)
   1GIT v1.6.2.2 Release Notes
   2==========================
   3
   4Fixes since v1.6.2.1
   5--------------------
   6
   7* A longstanding confusing description of what --pickaxe option of
   8  git-diff does has been clarified in the documentation.
   9
  10* "git diff --pickaxe-regexp" did not count overlapping matches
  11  correctly.
  12
  13* "git-fetch" in a repository that was not cloned from anywhere said
  14  it cannot find 'origin', which was hard to understand for new people.
  15
  16* "git-format-patch --numbered-files --stdout" did not have to die of
  17  incompatible options; it now simply ignores --numbered-files as no files
  18  are produced anyway.
  19
  20* "git-ls-files --deleted" did not work well with GIT_DIR&GIT_WORK_TREE.
  21
  22* "git-read-tree A B C..." without -m option has been broken for a long
  23  time.
  24
  25* git-send-email ignored --in-reply-to when --no-thread was given.
  26
  27* 'git-submodule add' did not tolerate extra slashes and ./ in the path it
  28  accepted from the command line; it now is more lenient.
  29
  30
  31---
  32exec >/var/tmp/1
  33O=v1.6.2.1-23-g67c176f
  34echo O=$(git describe maint)
  35git shortlog --no-merges $O..maint