| 1 | Git v1.7.10.4 Release Notes |
| 2 | =========================== |
| 3 | |
| 4 | Fixes since v1.7.10.3 |
| 5 | --------------------- |
| 6 | |
| 7 | * The message file for Swedish translation has been updated a bit. |
| 8 | |
| 9 | * A name taken from mailmap was copied into an internal buffer |
| 10 | incorrectly and could overrun the buffer if it is too long. |
| 11 | |
| 12 | * A malformed commit object that has a header line chomped in the |
| 13 | middle could kill git with a NULL pointer dereference. |
| 14 | |
| 15 | * An author/committer name that is a single character was mishandled |
| 16 | as an invalid name by mistake. |
| 17 | |
| 18 | * The progress indicator for a large "git checkout" was sent to |
| 19 | stderr even if it is not a terminal. |
| 20 | |
| 21 | * "git grep -e '$pattern'", unlike the case where the patterns are |
| 22 | read from a file, did not treat individual lines in the given |
| 23 | pattern argument as separate regular expressions as it should. |
| 24 | |
| 25 | * When "git rebase" was given a bad commit to replay the history on, |
| 26 | its error message did not correctly give the command line argument |
| 27 | it had trouble parsing. |
| 28 | |
| 29 | Also contains minor fixes and documentation updates. |