Fix some "comparison is always true/false" warnings.
[git/dscho.git] / Documentation / RelNotes-1.5.0.3.txt
blob90b49cf27da1523326a03c17393fbc07e5572e52
1 GIT v1.5.0.2 Release Notes
2 ==========================
4 Fixes since v1.5.0.2
5 --------------------
7 * Bugfixes
9   - 'git.el' honors the commit coding system from the configuration.
11   - 'blameview' in contrib/ correctly digs deeper when a line is
12     clicked.
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.
18   - 'cvsexportcommit' does not lose yet-to-be-used message file.
20   - int-vs-size_t typefix when running combined diff on files
21     over 2GB long.
23   - 'git apply --whitespace=strip' should not touch unmodified
24     lines.
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
33     correctly error out.
35   - 'git archimport' barfed upon encountering a commit without
36     summary.
38   - 'git index-pack' did not protect itself from getting a short
39     read out of pread(2).
41 * Documentation updates
43   - options to 'git remote add' were described insufficiently.
46 ---
47 exec >/var/tmp/1
48 O=v1.5.0.2
49 O=v1.5.0.2-16-gdb554bf
50 echo O=`git describe maint`
51 git shortlog --no-merges $O..maint
53 # Local Variables:
54 # mode: text
55 # End: