Git 1.8.4.3
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Nov 2013 20:06:19 +0000 (12:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Nov 2013 20:06:19 +0000 (12:06 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.4.3.txt
Documentation/git.txt
GIT-VERSION-GEN
index afb33598d029da030db2e302b370635f517c7ffc..03f3d177518c706b4c020ce642e0aeb6b4bfbeeb 100644 (file)
@@ -4,6 +4,24 @@ Git v1.8.4.3 Release Notes
 Fixes since v1.8.4.2
 --------------------
 
+ * The interaction between use of Perl in our test suite and NO_PERL
+   has been clarified a bit.
+
+ * A fast-import stream expresses a pathname with funny characters by
+   quoting them in C style; remote-hg remote helper (in contrib/)
+   forgot to unquote such a path.
+
+ * One long-standing flaw in the pack transfer protocol used by "git
+   clone" was that there was no way to tell the other end which branch
+   "HEAD" points at, and the receiving end needed to guess.  A new
+   capability has been defined in the pack protocol to convey this
+   information so that cloning from a repository with more than one
+   branches pointing at the same commit where the HEAD is at now
+   reliably sets the initial branch in the resulting repository.
+
+ * We did not handle cases where http transport gets redirected during
+   the authorization request (e.g. from http:// to https://).
+
  * "git rev-list --objects ^v1.0^ v1.0" gave v1.0 tag itself in the
    output, but "git rev-list --objects v1.0^..v1.0" did not.
 
index 90c5f37cebd043d2c8cc43a65d99f7b08f63383b..3334820ecd6a445d7a89655ee8363a502bfedc7f 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.4.2/git.html[documentation for release 1.8.4.2]
+* link:v1.8.4.3/git.html[documentation for release 1.8.4.3]
 
 * release notes for
+  link:RelNotes/1.8.4.3.txt[1.8.4.3],
   link:RelNotes/1.8.4.2.txt[1.8.4.2],
   link:RelNotes/1.8.4.1.txt[1.8.4.1],
   link:RelNotes/1.8.4.txt[1.8.4].
index d801493b23d389662b5f1fa11e0cde1b3468a614..81557556707f85b8fbaffeb1e6d639353db1e818 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.4.2
+DEF_VER=v1.8.4.3
 
 LF='
 '