1GIT v1.5.3.6 Release Notes 2========================== 3 4Fixes since v1.5.3.5 5-------------------- 6 7 * git-cvsexportcommit handles root commits better; 8 9 * git-svn dcommit used to clobber when sending a series of 10 patches; 11 12 * git-svn dcommit failed after attempting to rebase when 13 started with a dirty index; now it stops upfront. 14 15 * git-grep sometimes refused to work when your index was 16 unmerged; 17 18 * git-hash-object did not honor configuration variables, such as 19 core.compression. 20 21 * git-index-pack choked on a huge pack on 32-bit machines, even when 22 large file offsets are supported. 23 24 * atom feeds from git-web said "10" for the month of November. 25 26 * a memory leak in commit walker was plugged. 27 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. 31 32 * git-revert and git-cherry-pick incorrectly refused to start 33 when the work tree was dirty. 34 35 * git-clean did not honor core.excludesfile configuration. 36 37 * git-add mishandled ".gitignore" files when applying them to 38 subdirectories. 39 40 * While importing a too branchy history, git-fastimport did not 41 honor delta depth limit properly. 42 43 * Support for zlib implementations that lack ZLIB_VERNUM and definition 44 of deflateBound() has been added. 45 46 * Quite a lot of documentation clarifications. 47 48-- 49exec >/var/tmp/1 50O=v1.5.3.5-57-gb574c8d 51echo O=`git describe refs/heads/maint` 52git shortlog --no-merges $O..refs/heads/maint