提交 4f1b6993 编写于 作者: M Mislav Marohnić

Regenerate man page

上级 da931f60
......@@ -70,7 +70,7 @@ if command? :ronn
# generate man page with ronn
compile_ronn = lambda { |destination, type, contents|
File.popen("ronn --pipe --#{type} --organization=GITHUB --manual='Git Manual'", 'w+') { |io|
File.popen("ronn --pipe --#{type} --organization=GITHUB --manual='Hub Manual'", 'w+') { |io|
io.write contents
io.close_write
File.open(destination, 'w') { |f| f << io.read }
......
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HUB" "1" "December 2013" "GITHUB" "Git Manual"
.TH "HUB" "1" "December 2013" "GITHUB" "Hub Manual"
.
.SH "NAME"
\fBhub\fR \- git + hub = github
......@@ -432,13 +432,13 @@ $ git compare other\-user patch
.
.nf
$ hub submodule add wycats/bundler vendor/bundler
$ git submodule add wycats/bundler vendor/bundler
> git submodule add git://github\.com/wycats/bundler\.git vendor/bundler
$ hub submodule add \-p wycats/bundler vendor/bundler
$ git submodule add \-p wycats/bundler vendor/bundler
> git submodule add git@github\.com:wycats/bundler\.git vendor/bundler
$ hub submodule add \-b ryppl \-\-name pip ryppl/pip vendor/pip
$ git submodule add \-b ryppl \-\-name pip ryppl/pip vendor/pip
> git submodule add \-b ryppl \-\-name pip git://github\.com/ryppl/pip\.git vendor/pip
.
.fi
......@@ -447,7 +447,7 @@ $ hub submodule add \-b ryppl \-\-name pip ryppl/pip vendor/pip
.
.nf
$ hub ci\-status [commit]
$ git ci\-status [commit]
> (prints CI state of commit and exits with appropriate code)
> One of: success (0), error (1), failure (1), pending (2), no status (3)
.
......
......@@ -65,7 +65,7 @@
<ol class='man-decor man-head man head'>
<li class='tl'>hub(1)</li>
<li class='tc'>Git Manual</li>
<li class='tc'>Hub Manual</li>
<li class='tr'>hub(1)</li>
</ol>
......@@ -415,19 +415,19 @@ $ git compare other-user patch
<h3 id="git-submodule">git submodule</h3>
<pre><code>$ hub submodule add wycats/bundler vendor/bundler
<pre><code>$ git submodule add wycats/bundler vendor/bundler
&gt; git submodule add git://github.com/wycats/bundler.git vendor/bundler
$ hub submodule add -p wycats/bundler vendor/bundler
$ git submodule add -p wycats/bundler vendor/bundler
&gt; git submodule add git@github.com:wycats/bundler.git vendor/bundler
$ hub submodule add -b ryppl --name pip ryppl/pip vendor/pip
$ git submodule add -b ryppl --name pip ryppl/pip vendor/pip
&gt; git submodule add -b ryppl --name pip git://github.com/ryppl/pip.git vendor/pip
</code></pre>
<h3 id="git-ci-status">git ci-status</h3>
<pre><code>$ hub ci-status [commit]
<pre><code>$ git ci-status [commit]
&gt; (prints CI state of commit and exits with appropriate code)
&gt; One of: success (0), error (1), failure (1), pending (2), no status (3)
</code></pre>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册