diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-07 09:10:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 13:17:50 -0700 |
commit | 6466fbbeef67ec398f6f5d5b5da5d6f107a647b2 (patch) | |
tree | dba6d1e8ddb52107c61ada62c14158ba40a33b03 /Documentation | |
parent | 3a3101c62ecfbde184934f590bab5d84d7ae64a0 (diff) | |
parent | 2137ce01f83d254e4917c107901a5a04f61e8c16 (diff) | |
download | git-6466fbbeef67ec398f6f5d5b5da5d6f107a647b2.tar.gz |
Sync with 1.8.1.6
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.8.1.6.txt | 5 | ||||
-rw-r--r-- | Documentation/git.txt | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.1.6.txt b/Documentation/RelNotes/1.8.1.6.txt index d9de639080..c15cf2e805 100644 --- a/Documentation/RelNotes/1.8.1.6.txt +++ b/Documentation/RelNotes/1.8.1.6.txt @@ -4,6 +4,11 @@ Git 1.8.1.6 Release Notes Fixes since v1.8.1.5 -------------------- + * An earlier change to the attribute system introduced at v1.8.1.2 by + mistake stopped a pattern "dir" (without trailing slash) from + matching a directory "dir" (it only wanted to allow pattern "dir/" + to also match). + * The code to keep track of what directory names are known to Git on platforms with case insensitive filesystems can get confused upon a hash collision between these pathnames and looped forever. diff --git a/Documentation/git.txt b/Documentation/git.txt index 4307d62bd4..5a6178820d 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -48,9 +48,10 @@ Documentation for older releases are available here: * release notes for link:RelNotes/1.8.2.txt[1.8.2]. -* link:v1.8.1.5/git.html[documentation for release 1.8.1.5] +* link:v1.8.1.6/git.html[documentation for release 1.8.1.6] * release notes for + link:RelNotes/1.8.1.6.txt[1.8.1.6], link:RelNotes/1.8.1.5.txt[1.8.1.5], link:RelNotes/1.8.1.4.txt[1.8.1.4], link:RelNotes/1.8.1.3.txt[1.8.1.3], |