1 GIT v1.5.3.6 Release Notes
2 ==========================
7 * git-cvsexportcommit handles root commits better;
9 * git-svn dcommit used to clobber when sending a series of
12 * git-svn dcommit failed after attempting to rebase when
13 started with a dirty index; now it stops upfront.
15 * git-grep sometimes refused to work when your index was
18 * git-hash-object did not honor configuration variables, such as
21 * git-index-pack choked on a huge pack on 32-bit machines, even when
22 large file offsets are supported.
24 * atom feeds from git-web said "10" for the month of November.
26 * a memory leak in commit walker was plugged.
28 * When git-send-email inserted the original author's From:
29 address in body, it did not mark the message with
30 Content-type: as needed.
32 * git-revert and git-cherry-pick incorrectly refused to start
33 when the work tree was dirty.
35 * git-clean did not honor core.excludesfile configuration.
37 * git-add mishandled ".gitignore" files when applying them to
40 * While importing a too branchy history, git-fastimport did not
41 honor delta depth limit properly.
43 * Support for zlib implementations that lack ZLIB_VERNUM and definition
44 of deflateBound() has been added.
46 * Quite a lot of documentation clarifications.
50 O=v1.5.3.5-57-gb574c8d
51 echo O=`git describe refs/heads/maint`
52 git shortlog --no-merges $O..refs/heads/maint