Documentation / RelNotes-1.5.1.1.txton commit cvsexportcommit -p : fix the usage of git-apply -C. (fc1f458)
   1GIT v1.5.1.1 Release Notes (draft)
   2==========================
   3
   4Fixes since v1.5.1
   5------------------
   6
   7* Documentation updates
   8
   9  - The --left-right option of rev-list and friends is documented.
  10
  11  - The documentation for cvsimport has been majorly improved.
  12
  13* Bugfixes
  14
  15  - "git send-email" produced of References header of unbounded length;
  16    fixed this with line-folding.
  17
  18  - "git archive" to download from remote site should not
  19    require you to be in a git repository, but it incorrectly
  20    did.
  21
  22  - "git apply" ignored -p<n> for "diff --git" formatted
  23    patches.
  24
  25  - "git rerere" recorded a conflict that had one side empty
  26    (the other side adds) incorrectly; this made merging in the
  27    other direction fail to use previously recorded resolution.
  28
  29  - t4200 test was broken where "wc -l" pads its output with
  30    spaces.
  31
  32  - "git branch -m old new" to rename branch did not work
  33    without a configuration file in ".git/config".
  34
  35  - The sample hook for notification e-mail was misnamed.
  36
  37  - gitweb did not show type-changing patch correctly in the
  38    blobdiff view.
  39
  40* Performance Tweaks
  41
  42--
  43exec >/var/tmp/1
  44O=v1.5.1-26-ge94a4f6
  45echo O=`git describe refs/heads/maint`
  46git shortlog --no-merges $O..refs/heads/maint