Skip to content

Commit 362de91

Browse files
committed
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 <[email protected]>
1 parent a454065 commit 362de91

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

Documentation/RelNotes/1.8.3.1.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

Documentation/git.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46+
* link:v1.8.3.1/git.html[documentation for release 1.8.3.1]
47+
48+
* release notes for
49+
link:RelNotes/1.8.3.1.txt[1.8.3.1],
50+
link:RelNotes/1.8.3.txt[1.8.3].
51+
4652
* link:v1.8.2.3/git.html[documentation for release 1.8.2.3]
4753

4854
* release notes for

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.3
4+
DEF_VER=v1.8.3.1
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.3.txt
1+
Documentation/RelNotes/1.8.3.1.txt

0 commit comments

Comments
 (0)