1 GIT v1.5.0.2 Release Notes
2 ==========================
9 - 'git.el' honors the commit coding system from the configuration.
11 - 'blameview' in contrib/ correctly digs deeper when a line is
14 - 'http-push' correctly makes sure the remote side has leading
15 path. Earlier it started in the middle of the path, and
18 - 'cvsexportcommit' does not lose yet-to-be-used message file.
20 - int-vs-size_t typefix when running combined diff on files
23 - 'git apply --whitespace=strip' should not touch unmodified
26 - 'git-mailinfo' choke when a logical header line was too long.
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.
32 - 'git fmt-merge-msg --file' without file parameter did not
35 - 'git archimport' barfed upon encountering a commit without
38 - 'git index-pack' did not protect itself from getting a short
41 * Documentation updates
43 - options to 'git remote add' were described insufficiently.
49 O=v1.5.0.2-16-gdb554bf
50 echo O=`git describe maint`
51 git shortlog --no-merges $O..maint