]> granicus.if.org Git - git/commitdiff
Git 1.8.5-rc0 v1.8.5-rc0
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:17:47 +0000 (12:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:17:47 +0000 (12:17 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.5.txt
GIT-VERSION-GEN

index 882b12d8e4c56b7287eb1120995816f35884de71..d940c033bd70505af1af2d99b058ad41f0741231 100644 (file)
@@ -244,6 +244,29 @@ Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
 track are contained in this release (see release notes to them for
 details).
 
+ * Coloring around octopus merges in "log --graph" output was screwy.
+   (merge 339c17b hn/log-graph-color-octopus later to maint).
+
+ * "git checkout topic", when there is not yet a local "topic" branch
+   but there is a unique remote-tracking branch for a remote "topic"
+   branch, pretended as if "git checkout -t -b topic remote/$r/topic"
+   (for that unique remote $r) was run. This hack however was not
+   implemented for "git checkout topic --".
+   (merge bca3969 mm/checkout-auto-track-fix later to maint).
+
+ * 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.
+   (merge 360a326 jc/upload-pack-send-symref later to maint).
+
+ * We did not handle cases where http transport gets redirected during
+   the authorization request (e.g. from http:// to https://).
+   (merge 70900ed jk/http-auth-redirects later to maint).
+
  * Bash prompting code to deal with an SVN remote as an upstream
    were coded in a way not supported by older Bash versions (3.x).
    (merge 52ec889 sg/prompt-svn-remote-fix later to maint).
index b444c18f176cb33a80a1378586d6fa54bccd112a..4dcaac3e9798b9c1fb2f1575408303448d7197d6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.4.GIT
+DEF_VER=v1.8.5-rc0
 
 LF='
 '