Skip to content

Commit

Permalink
Autogenerated HTML docs for v1.8.1-rc1-5-g7e065
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Dec 10, 2012
1 parent 0766abc commit 2d7c5de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions git-stash.html
Expand Up @@ -741,7 +741,7 @@ <h2 id="_options">OPTIONS</h2>
<p>
Remove a single stashed state from the stash list. When no <tt>&lt;stash&gt;</tt>
is given, it removes the latest one. i.e. <tt>stash@{0}</tt>, otherwise
<tt>&lt;stash&gt;</tt> must a valid stash log reference of the form
<tt>&lt;stash&gt;</tt> must be a valid stash log reference of the form
<tt>stash@{&lt;revision&gt;}</tt>.
</p>
</dd>
Expand Down Expand Up @@ -889,7 +889,7 @@ <h2 id="_git">GIT</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2012-05-02 15:00:44 PDT
Last updated 2012-12-10 14:16:45 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-stash.txt
Expand Up @@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::

Remove a single stashed state from the stash list. When no `<stash>`
is given, it removes the latest one. i.e. `stash@{0}`, otherwise
`<stash>` must a valid stash log reference of the form
`<stash>` must be a valid stash log reference of the form
`stash@{<revision>}`.

create::
Expand Down
5 changes: 2 additions & 3 deletions git.html
Expand Up @@ -2440,8 +2440,7 @@ <h2 id="_authors">Authors</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git was started by Linus Torvalds, and is currently maintained by Junio
C Hamano. Numerous contributions have come from the git mailing list
&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;. For a more complete list of contributors, see
<a href="http://git-scm.com/about">http://git-scm.com/about</a>. If you have a clone of git.git itself, the
&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;. If you have a clone of git.git itself, the
output of <a href="git-shortlog.html">git-shortlog(1)</a> and <a href="git-blame.html">git-blame(1)</a> can show you
the authors for specific parts of the project.</p></div>
</div>
Expand All @@ -2467,7 +2466,7 @@ <h2 id="_git">GIT</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2012-10-21 14:58:30 PDT
Last updated 2012-12-10 14:16:45 PDT
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions git.txt
Expand Up @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.8.0.1/git.html[documentation for release 1.8.0.1]
* link:v1.8.0.2/git.html[documentation for release 1.8.0.2]

* release notes for
link:RelNotes/1.8.0.2.txt[1.8.0.2],
link:RelNotes/1.8.0.1.txt[1.8.0.1],
link:RelNotes/1.8.0.txt[1.8.0].

Expand Down Expand Up @@ -868,8 +869,7 @@ Authors
-------
Git was started by Linus Torvalds, and is currently maintained by Junio
C Hamano. Numerous contributions have come from the git mailing list
<git@vger.kernel.org>. For a more complete list of contributors, see
http://git-scm.com/about. If you have a clone of git.git itself, the
<git@vger.kernel.org>. If you have a clone of git.git itself, the
output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
the authors for specific parts of the project.

Expand Down

0 comments on commit 2d7c5de

Please sign in to comment.