Git 1.8.2.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Apr 2013 18:30:08 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Apr 2013 19:59:36 +0000 (12:59 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.2.2.txt
Documentation/git.txt
GIT-VERSION-GEN
index 4f4c4df99b2e0c6c806f5233241976c1df8a1d44..dab4831ca03a4f54489fa2371f085f6078824b1c 100644 (file)
@@ -4,6 +4,24 @@ Git v1.8.2.2 Release Notes
 Fixes since v1.8.2.1
 --------------------
 
+ * Zsh completion forgot that '%' character used to signal untracked
+   files needs to be escaped with another '%'.
+
+ * A commit object whose author or committer ident are malformed
+   crashed some code that trusted that a name, an email and an
+   timestamp can always be found in it.
+
+ * The new core.commentchar configuration was not applied to a few
+   places.
+
+ * "git pull --rebase" did not pass "-v/-q" options to underlying
+   "git rebase".
+
+ * When receive-pack detects error in the pack header it received in
+   order to decide which of unpack-objects or index-pack to run, it
+   returned without closing the error stream, which led to a hang
+   sideband thread.
+
  * "git diff --diff-algorithm=algo" was understood by the command line
    parser, but "git diff --diff-algorithm algo" was not.
 
index 807a13c806f5e167ed52a83b7b7cd6ea5c12d5ef..8438c076c3385246e5d381ce8323d50b6d72211a 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.2.1/git.html[documentation for release 1.8.2.1]
+* link:v1.8.2.2/git.html[documentation for release 1.8.2.2]
 
 * release notes for
+  link:RelNotes/1.8.2.2.txt[1.8.2.2].
   link:RelNotes/1.8.2.1.txt[1.8.2.1].
   link:RelNotes/1.8.2.txt[1.8.2].
 
index 26422bfc22e979cf0497adad076e6b17fa50e2ca..7186e774a89e949ad30cbb3aaa931ee08ead8265 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.2.1
+DEF_VER=v1.8.2.2
 
 LF='
 '