]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 1.8.3.1 v1.8.3.1
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jun 2013 00:16:20 +0000 (17:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jun 2013 19:34:42 +0000 (12:34 -0700)
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>
Documentation/RelNotes/1.8.3.1.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/1.8.3.1.txt b/Documentation/RelNotes/1.8.3.1.txt
new file mode 100644 (file)
index 0000000..fc3ea18
--- /dev/null
@@ -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.
index 9e302b0a60552c4297cb94018dad49169505bd35..443d88ff12362b044054524270f99cb6e975f01a 100644 (file)
@@ -43,6 +43,12 @@ unreleased) version of Git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
+* link:v1.8.3.1/git.html[documentation for release 1.8.3.1]
+
+* release notes for
+  link:RelNotes/1.8.3.1.txt[1.8.3.1],
+  link:RelNotes/1.8.3.txt[1.8.3].
+
 * link:v1.8.2.3/git.html[documentation for release 1.8.2.3]
 
 * release notes for
index 1c0ca639ba1d06e110c6f35fa1f69d8895e0e238..eeecb5d9fcd43298e4c5ab7c7d6c0015b70a86c4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.3
+DEF_VER=v1.8.3.1
 
 LF='
 '
index 80b7e388ad321ea679e2b14ce4f18972da35156c..cecd09362442ea6501b42fd277dda8bd0e42f9c6 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.3.txt
\ No newline at end of file
+Documentation/RelNotes/1.8.3.1.txt
\ No newline at end of file