diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-07 08:58:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 08:58:30 -0700 |
commit | 2137ce01f83d254e4917c107901a5a04f61e8c16 (patch) | |
tree | 38fffc93485451904446c67fb1fc2c7d70744579 /Documentation/RelNotes/1.8.1.6.txt | |
parent | 4bbb830a35c5134b612a990f04ee16678ec0c674 (diff) | |
download | git-2137ce01f83d254e4917c107901a5a04f61e8c16.tar.gz git-2137ce01f83d254e4917c107901a5a04f61e8c16.tar.xz |
Git 1.8.1.6v1.8.1.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.1.6.txt')
-rw-r--r-- | Documentation/RelNotes/1.8.1.6.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.1.6.txt b/Documentation/RelNotes/1.8.1.6.txt index d9de63908..c15cf2e80 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. |