Documentation / RelNotes-1.5.0.3.txton commit Fix a "pointer type missmatch" warning. (fd547a9)
   1GIT v1.5.0.2 Release Notes
   2==========================
   3
   4Fixes since v1.5.0.2
   5--------------------
   6
   7* Bugfixes
   8
   9  - 'git.el' honors the commit coding system from the configuration.
  10
  11  - 'blameview' in contrib/ correctly digs deeper when a line is
  12    clicked.
  13
  14  - 'http-push' correctly makes sure the remote side has leading
  15    path.  Earlier it started in the middle of the path, and
  16    incorrectly.
  17
  18  - 'cvsexportcommit' does not lose yet-to-be-used message file.
  19
  20  - int-vs-size_t typefix when running combined diff on files
  21    over 2GB long.
  22
  23  - 'git apply --whitespace=strip' should not touch unmodified
  24    lines.
  25
  26  - 'git-mailinfo' choke when a logical header line was too long.
  27
  28  - 'git show A..B' did not error out.  Negative ref ("not A" in
  29    this example) does not make sense for the purpose of the
  30    command, so now it errors out.
  31
  32  - 'git fmt-merge-msg --file' without file parameter did not
  33    correctly error out.
  34
  35  - 'git archimport' barfed upon encountering a commit without
  36    summary.
  37
  38  - 'git index-pack' did not protect itself from getting a short
  39    read out of pread(2).
  40
  41* Documentation updates
  42
  43  - options to 'git remote add' were described insufficiently.
  44
  45
  46---
  47exec >/var/tmp/1
  48O=v1.5.0.2
  49O=v1.5.0.2-16-gdb554bf
  50echo O=`git describe maint`
  51git shortlog --no-merges $O..maint
  52
  53# Local Variables:
  54# mode: text
  55# End: