Git 1.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>
This commit is contained in:
Junio C Hamano 2013-06-09 17:16:20 -07:00
parent a45406585b
commit 362de916c0
4 changed files with 22 additions and 2 deletions

View file

@ -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.

View 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

View file

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.8.3
DEF_VER=v1.8.3.1
LF='
'

View file

@ -1 +1 @@
Documentation/RelNotes/1.8.3.txt
Documentation/RelNotes/1.8.3.1.txt