summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.3.1.txt
blob: fc3ea185a5e6f310994f41de48cad9ab21ecf348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Git v1.8.3.1 Release Notes
========================

Fixes since v1.8.3
------------------

 * When $HOME is misconfigured to point at an unreadable directory, we
   used to complain and die. The check has been loosened.

 * Handling of negative exclude pattern for directories "!dir" was
   broken in the update to v1.8.3.

Also contains a handful of trivial code clean-ups, documentation
updates, updates to the test suite, etc.