1 GIT v1.5.0.3 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 - 'git-merge' did not exit with non-zero status when the
19 working tree was dirty and cannot fast forward. It does
22 - 'cvsexportcommit' does not lose yet-to-be-used message file.
24 - int-vs-size_t typefix when running combined diff on files
27 - 'git apply --whitespace=strip' should not touch unmodified
30 - 'git-mailinfo' choke when a logical header line was too long.
32 - 'git show A..B' did not error out. Negative ref ("not A" in
33 this example) does not make sense for the purpose of the
34 command, so now it errors out.
36 - 'git fmt-merge-msg --file' without file parameter did not
39 - 'git archimport' barfed upon encountering a commit without
42 - 'git index-pack' did not protect itself from getting a short
45 - 'git http-push' had a few buffer overruns.
47 - Build dependency fixes to rebuild fetch.o when other headers
50 * Documentation updates
52 - user-manual updates.
54 - Options to 'git remote add' were described insufficiently.
56 - Configuration format.suffix was not documented.
58 - Other formatting and spelling fixes.