Skip to content

Commit

Permalink
update generated manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jan 24, 2010
1 parent 722cd1b commit a882d72
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
28 changes: 27 additions & 1 deletion man/hub.1
@@ -1,7 +1,7 @@
.\" generated with Ron/v0.3
.\" http://github.com/rtomayko/ron/
.
.TH "HUB" "1" "December 2009" "DEFUNKT" "Git Manual"
.TH "HUB" "1" "January 2010" "DEFUNKT" "Git Manual"
.
.SH "NAME"
\fBhub\fR \-\- git + hub = github
Expand All @@ -24,6 +24,9 @@
\fBgit remote add\fR [\fB\-p\fR] \fIOPTIONS\fR \fIUSER\fR[/\fIREPOSITORY\fR]
.
.br
\fBgit browse\fR [\fB\-p\fR] [\fIUSER\fR/]\fIREPOSITORY\fR
.
.br
.
.SH "DESCRIPTION"
\fBhub\fR enhances various \fBgit\fR commands with GitHub remote expansion. The
Expand Down Expand Up @@ -61,6 +64,12 @@ Push \fIREF\fR to each of \fIREMOTE\-1\fR through \fIREMOTE\-N\fR by executing
multiple \fBgit push\fR commands.
.
.TP
\fBgit browse\fR [\fB\-p\fR] [\fIUSER\fR\fB/\fR]\fIREPOSITORY\fR
Open repository's GitHub page in the system's default web browser
using \fBopen(1)\fR or the \fBBROWSER\fR env variable. Use \fB\-p\fR to open a
page with https.
.
.TP
\fBgit help\fR
Display enhanced git\-help(1).
.
Expand Down Expand Up @@ -159,6 +168,23 @@ $ git push origin,staging,qa bert_timeout
.
.fi
.
.SS "git browse"
.
.nf

$ git browse schacon/ticgit
> open http://github.com/schacon/ticgit
$ git browse \-p schacon/ticgit
> open http://github.com/schacon/ticgit

$ git browse resque
> open http://github.com/YOUR_USER/resque

$ git browse \-p resque
> open https://github.com:YOUR_USER/resque
.
.fi
.
.SS "git help"
.
.nf
Expand Down
24 changes: 23 additions & 1 deletion man/hub.1.html
Expand Up @@ -73,6 +73,7 @@ <h2>SYNOPSIS</h2>
<p><code>git init -g</code> <var>OPTIONS</var> <br>
<code>git clone</code> [<code>-p</code>] <var>OPTIONS</var> [<var>USER</var>/]<var>REPOSITORY</var> <var>DIRECTORY</var> <br>
<code>git remote add</code> [<code>-p</code>] <var>OPTIONS</var> <var>USER</var>[/<var>REPOSITORY</var>] <br>
<code>git browse</code> [<code>-p</code>] [<var>USER</var>/]<var>REPOSITORY</var> <br>
</p>

<h2>DESCRIPTION</h2>
Expand Down Expand Up @@ -119,6 +120,12 @@ <h2>DESCRIPTION</h2>
</dt>
<dd><p>Push <var>REF</var> to each of <var>REMOTE-1</var> through <var>REMOTE-N</var> by executing
multiple <code>git push</code> commands.</p></dd>
<dt>
<code>git browse</code> [<code>-p</code>] [<var>USER</var><code>/</code>]<var>REPOSITORY</var>
</dt>
<dd><p>Open repository's GitHub page in the system's default web browser
using <code>open(1)</code> or the <code>BROWSER</code> env variable. Use <code>-p</code> to open a
page with https.</p></dd>
<dt><code>git help</code></dt>
<dd><p>Display enhanced git-help(1).</p></dd>
</dl>
Expand Down Expand Up @@ -186,6 +193,21 @@ <h3>git push</h3>
&gt; git push qa bert_timeout
</code></pre>

<h3>git browse</h3>

<pre><code>$ git browse schacon/ticgit
&gt; open http://github.com/schacon/ticgit

$ git browse -p schacon/ticgit
&gt; open http://github.com/schacon/ticgit

$ git browse resque
&gt; open http://github.com/YOUR_USER/resque

$ git browse -p resque
&gt; open https://github.com:YOUR_USER/resque
</code></pre>

<h3>git help</h3>

<pre><code>$ git help
Expand All @@ -210,7 +232,7 @@ <h2>SEE ALSO</h2>

<ol class='foot man'>
<li class='tl'>DEFUNKT</li>
<li class='tc'>December 2009</li>
<li class='tc'>January 2010</li>
<li class='tr'>hub(1)</li>
</ol>

Expand Down

0 comments on commit a882d72

Please sign in to comment.