summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.3.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-10 00:16:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-10 19:34:42 (GMT)
commit362de916c06521205276acb7f51c99f47db94727 (patch)
treec1fef48675edd74e9af19405339e8bdaebd56b0c /Documentation/RelNotes/1.8.3.1.txt
parenta45406585b0a42e38e580baf47b0daf631c5e454 (diff)
downloadgit-362de916c06521205276acb7f51c99f47db94727.zip
git-362de916c06521205276acb7f51c99f47db94727.tar.gz
git-362de916c06521205276acb7f51c99f47db94727.tar.bz2
Git 1.8.3.1v1.8.3.1
Primarily to push out two regression issues that seem to affect many people, namely, the ".gitignore !directory" bug and "daemon cannot read from $HOME owned by root" bug. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.3.1.txt')
-rw-r--r--Documentation/RelNotes/1.8.3.1.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.3.1.txt b/Documentation/RelNotes/1.8.3.1.txt
new file mode 100644
index 0000000..fc3ea18
--- /dev/null
+++ b/Documentation/RelNotes/1.8.3.1.txt
@@ -0,0 +1,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.