Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 1 | GIT v1.5.3.6 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.5.3.5 |
| 5 | -------------------- |
| 6 | |
Junio C Hamano | 005e2df | 2007-11-18 14:00:38 -0800 | [diff] [blame] | 7 | * git-cvsexportcommit handles root commits better. |
Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 8 | |
| 9 | * git-svn dcommit used to clobber when sending a series of |
Junio C Hamano | 005e2df | 2007-11-18 14:00:38 -0800 | [diff] [blame] | 10 | patches. |
Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 11 | |
Junio C Hamano | 78e6947 | 2007-11-16 18:44:06 -0800 | [diff] [blame] | 12 | * git-svn dcommit failed after attempting to rebase when |
| 13 | started with a dirty index; now it stops upfront. |
| 14 | |
Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 15 | * git-grep sometimes refused to work when your index was |
Junio C Hamano | 005e2df | 2007-11-18 14:00:38 -0800 | [diff] [blame] | 16 | unmerged. |
| 17 | |
| 18 | * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21". |
Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 19 | |
Junio C Hamano | 78e6947 | 2007-11-16 18:44:06 -0800 | [diff] [blame] | 20 | * git-hash-object did not honor configuration variables, such as |
| 21 | core.compression. |
| 22 | |
| 23 | * git-index-pack choked on a huge pack on 32-bit machines, even when |
| 24 | large file offsets are supported. |
| 25 | |
| 26 | * atom feeds from git-web said "10" for the month of November. |
| 27 | |
| 28 | * a memory leak in commit walker was plugged. |
| 29 | |
| 30 | * When git-send-email inserted the original author's From: |
| 31 | address in body, it did not mark the message with |
| 32 | Content-type: as needed. |
| 33 | |
| 34 | * git-revert and git-cherry-pick incorrectly refused to start |
| 35 | when the work tree was dirty. |
| 36 | |
| 37 | * git-clean did not honor core.excludesfile configuration. |
| 38 | |
| 39 | * git-add mishandled ".gitignore" files when applying them to |
| 40 | subdirectories. |
| 41 | |
| 42 | * While importing a too branchy history, git-fastimport did not |
| 43 | honor delta depth limit properly. |
| 44 | |
| 45 | * Support for zlib implementations that lack ZLIB_VERNUM and definition |
| 46 | of deflateBound() has been added. |
| 47 | |
Junio C Hamano | b9217c0 | 2007-11-09 00:17:26 -0800 | [diff] [blame] | 48 | * Quite a lot of documentation clarifications. |