diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-11-04 15:05:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-04 15:05:08 -0800 |
commit | f26f72de159d7ade2fbe8b48734ce98c1aba4d72 (patch) | |
tree | 137a01e54ee099f639a32808d548eb2ee6265245 /Documentation/RelNotes | |
parent | 944adac909185f8bf2fe13be53b6768ed7d7b0ff (diff) | |
download | git-f26f72de159d7ade2fbe8b48734ce98c1aba4d72.tar.gz |
Update draft release notes to 1.8.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.8.5.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.5.txt b/Documentation/RelNotes/1.8.5.txt index 797e67bb73..13b4336e51 100644 --- a/Documentation/RelNotes/1.8.5.txt +++ b/Documentation/RelNotes/1.8.5.txt @@ -248,6 +248,23 @@ 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). + * An ancient How-To on serving Git repositories on an HTTP server + lacked a warning that it has been mostly superseded with more + modern way. + (merge 6d52bc3 sc/doc-howto-dumb-http later to maint). + + * The interaction between use of Perl in our test suite and NO_PERL + has been clarified a bit. + (merge f8fc0ee jn/test-prereq-perl-doc later to maint). + + * The synopsis section of "git unpack-objects" documentation has been + clarified a bit. + (merge 61e2e22 vd/doc-unpack-objects later to maint). + + * We did not generate HTML version of documentation to "git subtree" + in contrib/. + (merge 95c62fb jk/subtree-install-fix later to maint). + * A fast-import stream expresses a pathname with funny characters by quoting them in C style; remote-hg remote helper forgot to unquote such a path. |