提交 27bef98e 编写于 作者: M Mislav Marohnić

cut v1.10.5

上级 da38826b
## 1.10.5 (2013-03-02)
* helpful `pull-request` error message when base project is invalid
* fix `compare` for ranges containing "owner:branch" notation
* enable `--name` argument for `submodule add`
## 1.10.4 (2012-12-29)
* fixes for Windows
......
module Hub
Version = VERSION = '1.10.4'
Version = VERSION = '1.10.5'
end
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HUB" "1" "November 2012" "DEFUNKT" "Git Manual"
.TH "HUB" "1" "March 2013" "DEFUNKT" "Git Manual"
.
.SH "NAME"
\fBhub\fR \- git + hub = github
......@@ -425,8 +425,8 @@ $ hub submodule add wycats/bundler vendor/bundler
$ hub submodule add \-p wycats/bundler vendor/bundler
> git submodule add git@github\.com:wycats/bundler\.git vendor/bundler
$ hub submodule add \-b ryppl ryppl/pip vendor/pip
> git submodule add \-b ryppl git://github\.com/ryppl/pip\.git vendor/pip
$ hub 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
.
......
......@@ -411,8 +411,8 @@ $ git compare other-user patch
$ hub submodule add -p wycats/bundler vendor/bundler
> git submodule add git@github.com:wycats/bundler.git vendor/bundler
$ hub submodule add -b ryppl ryppl/pip vendor/pip
> git submodule add -b ryppl git://github.com/ryppl/pip.git vendor/pip
$ hub 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
</code></pre>
<h3 id="git-help">git help</h3>
......@@ -440,7 +440,7 @@ $ git help hub
<ol class='man-decor man-foot man foot'>
<li class='tl'>DEFUNKT</li>
<li class='tc'>November 2012</li>
<li class='tc'>March 2013</li>
<li class='tr'>hub(1)</li>
</ol>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册