| 1 | Git v1.8.3.1 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.8.3 |
| 5 | ------------------ |
| 6 | |
| 7 | * When $HOME is misconfigured to point at an unreadable directory, we |
| 8 | used to complain and die. The check has been loosened. |
| 9 | |
| 10 | * Handling of negative exclude pattern for directories "!dir" was |
| 11 | broken in the update to v1.8.3. |
| 12 | |
| 13 | Also contains a handful of trivial code clean-ups, documentation |
| 14 | updates, updates to the test suite, etc. |