Skip to content

Commit

Permalink
Autogenerated HTML docs for v1.8.5-rc0-44-gf26f7
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Nov 5, 2013
1 parent c5e4078 commit bf398b7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
17 changes: 17 additions & 0 deletions RelNotes/1.8.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions git-unpack-objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ <h2>NAME</h2>
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git unpack-objects</em> [-n] [-q] [-r] [--strict] &lt;pack-file</pre>
<pre class="content"><em>git unpack-objects</em> [-n] [-q] [-r] [--strict] &lt; &lt;pack-file&gt;</pre>
<div class="attribution">
</div></div>
</div>
Expand Down Expand Up @@ -818,7 +818,7 @@ <h2 id="_git">GIT</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2013-08-20 08:40:27 PDT
Last updated 2013-11-04 16:39:52 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-unpack-objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
[verse]
'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>


DESCRIPTION
Expand Down
12 changes: 11 additions & 1 deletion howto/setup-git-server-over-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,16 @@ <h1>How to setup Git server over http</h1>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="admonitionblock">
<table><tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">This document is from 2006. A lot has happened since then, and this
document is now relevant mainly if your web host is not CGI capable.
Almost everyone else should instead look at linkgit:git-http-backend[1].</td>
</tr></table>
</div>
<div class="paragraph"><p>Since Apache is one of those packages people like to compile
themselves while others prefer the bureaucrat&#8217;s dream Debian, it is
impossible to give guidelines which will work for everyone. Just send
Expand Down Expand Up @@ -1057,7 +1067,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2013-10-15 11:40:04 PDT
Last updated 2013-11-04 16:39:56 PST
</div>
</div>
</body>
Expand Down
4 changes: 4 additions & 0 deletions howto/setup-git-server-over-http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Content-type: text/asciidoc
How to setup Git server over http
=================================

NOTE: This document is from 2006. A lot has happened since then, and this
document is now relevant mainly if your web host is not CGI capable.
Almost everyone else should instead look at linkgit:git-http-backend[1].

Since Apache is one of those packages people like to compile
themselves while others prefer the bureaucrat's dream Debian, it is
impossible to give guidelines which will work for everyone. Just send
Expand Down

0 comments on commit bf398b7

Please sign in to comment.