File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Git v1.8.4.3 Release Notes
4
4
Fixes since v1.8.4.2
5
5
--------------------
6
6
7
+ * The interaction between use of Perl in our test suite and NO_PERL
8
+ has been clarified a bit.
9
+
10
+ * A fast-import stream expresses a pathname with funny characters by
11
+ quoting them in C style; remote-hg remote helper (in contrib/)
12
+ forgot to unquote such a path.
13
+
14
+ * One long-standing flaw in the pack transfer protocol used by "git
15
+ clone" was that there was no way to tell the other end which branch
16
+ "HEAD" points at, and the receiving end needed to guess. A new
17
+ capability has been defined in the pack protocol to convey this
18
+ information so that cloning from a repository with more than one
19
+ branches pointing at the same commit where the HEAD is at now
20
+ reliably sets the initial branch in the resulting repository.
21
+
22
+ * We did not handle cases where http transport gets redirected during
23
+ the authorization request (e.g. from http:// to https://).
24
+
7
25
* "git rev-list --objects ^v1.0^ v1.0" gave v1.0 tag itself in the
8
26
output, but "git rev-list --objects v1.0^..v1.0" did not.
9
27
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
46
- * link:v1.8.4.2 /git.html[documentation for release 1.8.4.2 ]
46
+ * link:v1.8.4.3 /git.html[documentation for release 1.8.4.3 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/1.8.4.3.txt[1.8.4.3],
49
50
link:RelNotes/1.8.4.2.txt[1.8.4.2],
50
51
link:RelNotes/1.8.4.1.txt[1.8.4.1],
51
52
link:RelNotes/1.8.4.txt[1.8.4].
You can’t perform that action at this time.
0 commit comments