Git 1.8.1.6
authorJunio C Hamano <gitster@pobox.com>
Sun, 7 Apr 2013 15:58:30 +0000 (08:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Apr 2013 15:58:30 +0000 (08:58 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.1.6.txt
Documentation/git.txt
GIT-VERSION-GEN
index d9de6390809b476d3ee191b8f77fea450337f18f..c15cf2e80545bbcf1556209bbb078688a544e732 100644 (file)
@@ -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.
index 98a45addf54730d86bbca585e854fcc7ae011b79..91299174f1426f7df5fc805ea327b488c90241e6 100644 (file)
@@ -43,9 +43,10 @@ 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.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],
index 6f09e2ff8bbd1b84e35a65ecf834a6ebea791532..2908204894c33111075ad6b8c4b56bcacec08131 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.1.5
+DEF_VER=v1.8.1.6
 
 LF='
 '