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
44Fixes since v1.8.4.2
55--------------------
66
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+
725 * "git rev-list --objects ^v1.0^ v1.0" gave v1.0 tag itself in the
826 output, but "git rev-list --objects v1.0^..v1.0" did not.
927
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
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 ]
4747
4848* release notes for
49+ link:RelNotes/1.8.4.3.txt[1.8.4.3],
4950 link:RelNotes/1.8.4.2.txt[1.8.4.2],
5051 link:RelNotes/1.8.4.1.txt[1.8.4.1],
5152 link:RelNotes/1.8.4.txt[1.8.4].
You can’t perform that action at this time.
0 commit comments