Junio C Hamano | 5946d4b | 2007-10-01 02:07:47 -0700 | [diff] [blame] | 1 | GIT v1.5.3.4 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.5.3.3 |
| 5 | -------------------- |
| 6 | |
Junio C Hamano | 4c75136 | 2007-10-03 02:33:11 -0700 | [diff] [blame] | 7 | * Change to "git-ls-files" in v1.5.3.3 that was introduced to support |
| 8 | partial commit of removal better had a segfaulting bug, which was |
| 9 | diagnosed and fixed by Keith and Carl. |
| 10 | |
| 11 | * Performance improvements for rename detection has been backported |
| 12 | from the 'master' branch. |
| 13 | |
| 14 | * "git-for-each-ref --format='%(numparent)'" was not working |
| 15 | correctly at all, and --format='%(parent)' was not working for |
| 16 | merge commits. |
| 17 | |
| 18 | * Sample "post-receive-hook" incorrectly sent out push |
Junio C Hamano | 5946d4b | 2007-10-01 02:07:47 -0700 | [diff] [blame] | 19 | notification e-mails marked as "From: " the committer of the |
| 20 | commit that happened to be at the tip of the branch that was |
| 21 | pushed, not from the person who pushed. |
| 22 | |
Junio C Hamano | 4c75136 | 2007-10-03 02:33:11 -0700 | [diff] [blame] | 23 | * "git-remote" did not exit non-zero status upon error. |
Junio C Hamano | 5946d4b | 2007-10-01 02:07:47 -0700 | [diff] [blame] | 24 | |
| 25 | * "git-add -i" did not respond very well to EOF from tty nor |
| 26 | bogus input. |
| 27 | |
Junio C Hamano | 4c75136 | 2007-10-03 02:33:11 -0700 | [diff] [blame] | 28 | * "git-rebase -i" squash subcommand incorrectly made the |
Junio C Hamano | 5946d4b | 2007-10-01 02:07:47 -0700 | [diff] [blame] | 29 | author of later commit the author of resulting commit, |
| 30 | instead of taking from the first one in the squashed series. |
| 31 | |
Junio C Hamano | 4c75136 | 2007-10-03 02:33:11 -0700 | [diff] [blame] | 32 | * "git-stash apply --index" was not documented. |
Junio C Hamano | 5946d4b | 2007-10-01 02:07:47 -0700 | [diff] [blame] | 33 | |
Junio C Hamano | 4c75136 | 2007-10-03 02:33:11 -0700 | [diff] [blame] | 34 | * autoconfiguration learned that "ar" command is found as "gas" on |
| 35 | some systems. |