summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-07 22:27:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-07 22:27:23 (GMT)
commit5bda18c186e455f8e65f976d3bf333ab1f4b5b53 (patch)
treec4161378a00814653694afa59cb8c0b17846a2ef
parent6466fbbeef67ec398f6f5d5b5da5d6f107a647b2 (diff)
downloadgit-5bda18c186e455f8e65f976d3bf333ab1f4b5b53.zip
git-5bda18c186e455f8e65f976d3bf333ab1f4b5b53.tar.gz
git-5bda18c186e455f8e65f976d3bf333ab1f4b5b53.tar.bz2
Git 1.8.2.1v1.8.2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.8.2.1.txt5
-rw-r--r--Documentation/git.txt3
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.8.2.1.txt b/Documentation/RelNotes/1.8.2.1.txt
index 1ded500..1354ad0 100644
--- a/Documentation/RelNotes/1.8.2.1.txt
+++ b/Documentation/RelNotes/1.8.2.1.txt
@@ -4,6 +4,11 @@ Git v1.8.2.1 Release Notes
Fixes since v1.8.2
------------------
+ * 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).
+
* Verification of signed tags were not done correctly when not in C
or en/US locale.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 5a61788..6a875f2 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -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.2/git.html[documentation for release 1.8.2]
+* link:v1.8.2.1/git.html[documentation for release 1.8.2.1]
* release notes for
+ link:RelNotes/1.8.2.1.txt[1.8.2.1].
link:RelNotes/1.8.2.txt[1.8.2].
* link:v1.8.1.6/git.html[documentation for release 1.8.1.6]
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f189b78..26422bf 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.2
+DEF_VER=v1.8.2.1
LF='
'