git-scripts 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +0 -15
- data/bin/feature +70 -15
- data/bin/hotfix +78 -23
- data/completion/_feature +38 -0
- data/completion/_hotfix +28 -0
- data/{bash_completion.sh → completion/bash_completion.sh} +2 -2
- data/lib/git.rb +59 -13
- data/lib/github.rb +15 -9
- data/lib/helpers.rb +20 -11
- data/man/feature-finish-issue.1 +22 -0
- data/man/feature-finish-issue.1.ronn +26 -0
- data/man/feature-finish.1 +4 -4
- data/man/feature-finish.1.html +7 -12
- data/man/feature-finish.1.ronn +6 -5
- data/man/feature-list.1 +8 -2
- data/man/feature-list.1.html +11 -9
- data/man/feature-list.1.ronn +6 -1
- data/man/feature-merge.1.html +4 -9
- data/man/feature-switch.1 +3 -3
- data/man/feature-switch.1.html +6 -10
- data/man/feature-switch.1.ronn +3 -1
- data/man/{feature-github-test.1.html → feature-url.1.html} +9 -15
- data/man/feature.1.html +3 -7
- data/man/hotfix-finish-issue.1 +22 -0
- data/man/hotfix-finish-issue.1.ronn +26 -0
- data/man/hotfix-finish.1 +2 -2
- data/man/hotfix-finish.1.ronn +1 -1
- data/man/hotfix-list.1 +8 -2
- data/man/hotfix-list.1.html +11 -9
- data/man/hotfix-list.1.ronn +6 -1
- data/man/hotfix-merge.1.html +4 -9
- data/man/hotfix-switch.1 +3 -3
- data/man/hotfix-switch.1.ronn +3 -1
- data/man/{hotfix-start.1.html → hotfix-url.1.html} +9 -15
- data/man/hotfix.1.html +2 -7
- metadata +13 -28
- data/man/feature-clean.1.html +0 -120
- data/man/feature-clean.1.markdown +0 -58
- data/man/feature-finish.1.markdown +0 -52
- data/man/feature-github-test.1.markdown +0 -50
- data/man/feature-list.1.markdown +0 -51
- data/man/feature-merge.1.markdown +0 -55
- data/man/feature-start.1.html +0 -110
- data/man/feature-start.1.markdown +0 -50
- data/man/feature-stashes.1.html +0 -122
- data/man/feature-stashes.1.markdown +0 -60
- data/man/feature-status.1.html +0 -113
- data/man/feature-status.1.markdown +0 -53
- data/man/feature-switch.1.markdown +0 -56
- data/man/feature.1.markdown +0 -75
- data/man/feature.html +0 -140
- data/man/hotfix-finish.1.html +0 -112
- data/man/hotfix-finish.1.markdown +0 -52
- data/man/hotfix-list.1.markdown +0 -51
- data/man/hotfix-merge.1.markdown +0 -55
- data/man/hotfix-start.1.markdown +0 -50
- data/man/hotfix-switch.1.html +0 -110
- data/man/hotfix-switch.1.markdown +0 -50
- data/man/hotfix.1.markdown +0 -65
data/man/feature-finish.1
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "FEATURE\-FINISH" "1" "
|
|
4
|
+
.TH "FEATURE\-FINISH" "1" "July 2013" "iFixit" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBfeature\-finish\fR \- Finish this feature branch\.
|
|
8
8
|
.
|
|
9
9
|
.SH "SYNOPSIS"
|
|
10
|
-
\fBfeature finish\fR
|
|
10
|
+
\fBfeature finish\fR [name\-of\-feature]
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
|
-
Finish the current feature branch\. Push all remote commits to the remote and optionally open a pull request\. If a pull request is opened, the message will default to the commit message from the last commit on the branch\.
|
|
13
|
+
Finish the current feature branch or the one specified\. Push all remote commits to the remote and optionally open a pull request\. If a pull request is opened, the message will default to the commit message from the last commit on the branch\.
|
|
14
14
|
.
|
|
15
15
|
.SH "COPYRIGHT"
|
|
16
16
|
Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
|
18
18
|
.SH "SEE ALSO"
|
|
19
|
-
feature(1), hotfix\-finish(1)
|
|
19
|
+
feature(1), feature\-finish\-issue(1), hotfix\-finish(1), hotfix\-finish\-issue(1)
|
|
20
20
|
.
|
|
21
21
|
.SH "WWW"
|
|
22
22
|
https://github\.com/iFixit/git\-scripts
|
data/man/feature-finish.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -80,13 +74,14 @@
|
|
|
80
74
|
|
|
81
75
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
76
|
|
|
83
|
-
<p><code>feature finish</code>
|
|
77
|
+
<p><code>feature finish</code> [name-of-feature]</p>
|
|
84
78
|
|
|
85
79
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
80
|
|
|
87
|
-
<p>Finish the current feature branch.
|
|
88
|
-
optionally open a pull request. If a pull request is opened,
|
|
89
|
-
default to the commit message from the last commit on the
|
|
81
|
+
<p>Finish the current feature branch or the one specified. Push all remote commits
|
|
82
|
+
to the remote and optionally open a pull request. If a pull request is opened,
|
|
83
|
+
the message will default to the commit message from the last commit on the
|
|
84
|
+
branch.</p>
|
|
90
85
|
|
|
91
86
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
|
92
87
|
|
|
@@ -102,8 +97,8 @@ default to the commit message from the last commit on the branch.</p>
|
|
|
102
97
|
|
|
103
98
|
|
|
104
99
|
<ol class='man-decor man-foot man foot'>
|
|
105
|
-
<li class='tl'
|
|
106
|
-
<li class='tc'>
|
|
100
|
+
<li class='tl'></li>
|
|
101
|
+
<li class='tc'>July 2013</li>
|
|
107
102
|
<li class='tr'>feature-finish(1)</li>
|
|
108
103
|
</ol>
|
|
109
104
|
|
data/man/feature-finish.1.ronn
CHANGED
|
@@ -3,13 +3,14 @@ feature-finish(1) - Finish this feature branch.
|
|
|
3
3
|
|
|
4
4
|
## SYNOPSIS
|
|
5
5
|
|
|
6
|
-
`feature finish`
|
|
6
|
+
`feature finish` [name-of-feature]
|
|
7
7
|
|
|
8
8
|
## DESCRIPTION
|
|
9
9
|
|
|
10
|
-
Finish the current feature branch.
|
|
11
|
-
optionally open a pull request. If a pull request is opened,
|
|
12
|
-
default to the commit message from the last commit on the
|
|
10
|
+
Finish the current feature branch or the one specified. Push all remote commits
|
|
11
|
+
to the remote and optionally open a pull request. If a pull request is opened,
|
|
12
|
+
the message will default to the commit message from the last commit on the
|
|
13
|
+
branch.
|
|
13
14
|
|
|
14
15
|
## COPYRIGHT
|
|
15
16
|
|
|
@@ -17,7 +18,7 @@ Copyright (c) 2012-2013 iFixit.
|
|
|
17
18
|
|
|
18
19
|
## SEE ALSO
|
|
19
20
|
|
|
20
|
-
feature(1), hotfix-finish(1)
|
|
21
|
+
feature(1), feature-finish-issue(1), hotfix-finish(1), hotfix-finish-issue(1)
|
|
21
22
|
|
|
22
23
|
## WWW
|
|
23
24
|
|
data/man/feature-list.1
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "FEATURE\-LIST" "1" "
|
|
4
|
+
.TH "FEATURE\-LIST" "1" "July 2013" "" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBfeature\-list\fR \- Lists the current branch and any available feature branches\.
|
|
8
8
|
.
|
|
9
9
|
.SH "SYNOPSIS"
|
|
10
|
-
\fBfeature list\fR
|
|
10
|
+
\fBfeature list\fR [\-v]
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
13
|
Lists the current branch and any available feature branches\. Shows the author, hash, and relative time of last commit on each branch\.
|
|
14
14
|
.
|
|
15
|
+
.SH "OPTIONS"
|
|
16
|
+
.
|
|
17
|
+
.TP
|
|
18
|
+
\-v
|
|
19
|
+
List merged branches\.
|
|
20
|
+
.
|
|
15
21
|
.SH "COPYRIGHT"
|
|
16
22
|
Copyright (c) 2012\-2013 iFixit\.
|
|
17
23
|
.
|
data/man/feature-list.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -62,6 +56,7 @@
|
|
|
62
56
|
<a href="#NAME">NAME</a>
|
|
63
57
|
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
64
58
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
59
|
+
<a href="#OPTIONS">OPTIONS</a>
|
|
65
60
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
|
66
61
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
|
67
62
|
<a href="#WWW">WWW</a>
|
|
@@ -80,13 +75,20 @@
|
|
|
80
75
|
|
|
81
76
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
77
|
|
|
83
|
-
<p><code>feature list</code
|
|
78
|
+
<p><code>feature list</code> [-v]</p>
|
|
84
79
|
|
|
85
80
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
81
|
|
|
87
82
|
<p>Lists the current branch and any available feature branches. Shows the author,
|
|
88
83
|
hash, and relative time of last commit on each branch.</p>
|
|
89
84
|
|
|
85
|
+
<h2 id="OPTIONS">OPTIONS</h2>
|
|
86
|
+
|
|
87
|
+
<dl>
|
|
88
|
+
<dt class="flush"> -v</dt><dd> List merged branches.</dd>
|
|
89
|
+
</dl>
|
|
90
|
+
|
|
91
|
+
|
|
90
92
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
|
91
93
|
|
|
92
94
|
<p>Copyright (c) 2012-2013 iFixit.</p>
|
|
@@ -101,8 +103,8 @@ hash, and relative time of last commit on each branch.</p>
|
|
|
101
103
|
|
|
102
104
|
|
|
103
105
|
<ol class='man-decor man-foot man foot'>
|
|
104
|
-
<li class='tl'
|
|
105
|
-
<li class='tc'>
|
|
106
|
+
<li class='tl'></li>
|
|
107
|
+
<li class='tc'>July 2013</li>
|
|
106
108
|
<li class='tr'>feature-list(1)</li>
|
|
107
109
|
</ol>
|
|
108
110
|
|
data/man/feature-list.1.ronn
CHANGED
|
@@ -3,13 +3,18 @@ feature-list(1) - Lists the current branch and any available feature branches.
|
|
|
3
3
|
|
|
4
4
|
## SYNOPSIS
|
|
5
5
|
|
|
6
|
-
`feature list`
|
|
6
|
+
`feature list` [-v]
|
|
7
7
|
|
|
8
8
|
## DESCRIPTION
|
|
9
9
|
|
|
10
10
|
Lists the current branch and any available feature branches. Shows the author,
|
|
11
11
|
hash, and relative time of last commit on each branch.
|
|
12
12
|
|
|
13
|
+
## OPTIONS
|
|
14
|
+
|
|
15
|
+
* -v:
|
|
16
|
+
List merged branches.
|
|
17
|
+
|
|
13
18
|
## COPYRIGHT
|
|
14
19
|
|
|
15
20
|
Copyright (c) 2012-2013 iFixit.
|
data/man/feature-merge.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -80,7 +74,8 @@
|
|
|
80
74
|
|
|
81
75
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
76
|
|
|
83
|
-
<p><code>feature merge</code> [name-of-feature]
|
|
77
|
+
<p><code>feature merge</code> [name-of-feature]
|
|
78
|
+
<code>feature merge</code> -n <var>number-of-pull</var></p>
|
|
84
79
|
|
|
85
80
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
81
|
|
|
@@ -105,8 +100,8 @@ request associated with the branch.</p>
|
|
|
105
100
|
|
|
106
101
|
|
|
107
102
|
<ol class='man-decor man-foot man foot'>
|
|
108
|
-
<li class='tl'
|
|
109
|
-
<li class='tc'>
|
|
103
|
+
<li class='tl'></li>
|
|
104
|
+
<li class='tc'>September 2013</li>
|
|
110
105
|
<li class='tr'>feature-merge(1)</li>
|
|
111
106
|
</ol>
|
|
112
107
|
|
data/man/feature-switch.1
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "FEATURE\-SWITCH" "1" "
|
|
4
|
+
.TH "FEATURE\-SWITCH" "1" "August 2013" "iFixit" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBfeature\-switch\fR \- Switch to another feature branch\.
|
|
8
8
|
.
|
|
9
9
|
.SH "SYNOPSIS"
|
|
10
|
-
\fBfeature switch\fR \fIname\-of\-feature\fR [\-\-clean]
|
|
10
|
+
\fBfeature switch\fR \fIname\-of\-feature\fR [\-\-clean] \fBfeature switch\fR \-n \fInumber\-of\-pull\fR [\-\-clean]
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
|
-
Switch to the \fIname\-of\-feature\fR branch
|
|
13
|
+
Switch to the \fIname\-of\-feature\fR branch, or with the \-n argument switch to the branch with a pull request numbered \fInumber\-of\-pull\fR
|
|
14
14
|
.
|
|
15
15
|
.SH "OPTIONS"
|
|
16
16
|
.
|
data/man/feature-switch.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -81,11 +75,13 @@
|
|
|
81
75
|
|
|
82
76
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
83
77
|
|
|
84
|
-
<p><code>feature switch</code> <var>name-of-feature</var> [--clean]
|
|
78
|
+
<p><code>feature switch</code> <var>name-of-feature</var> [--clean]
|
|
79
|
+
<code>feature switch</code> -n <var>number-of-pull</var> [--clean]</p>
|
|
85
80
|
|
|
86
81
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
87
82
|
|
|
88
|
-
<p>Switch to the <var>name-of-feature</var> branch
|
|
83
|
+
<p>Switch to the <var>name-of-feature</var> branch, or with the -n argument switch
|
|
84
|
+
to the branch with a pull request numbered <var>number-of-pull</var></p>
|
|
89
85
|
|
|
90
86
|
<h2 id="OPTIONS">OPTIONS</h2>
|
|
91
87
|
|
|
@@ -108,8 +104,8 @@
|
|
|
108
104
|
|
|
109
105
|
|
|
110
106
|
<ol class='man-decor man-foot man foot'>
|
|
111
|
-
<li class='tl'
|
|
112
|
-
<li class='tc'>
|
|
107
|
+
<li class='tl'></li>
|
|
108
|
+
<li class='tc'>August 2013</li>
|
|
113
109
|
<li class='tr'>feature-switch(1)</li>
|
|
114
110
|
</ol>
|
|
115
111
|
|
data/man/feature-switch.1.ronn
CHANGED
|
@@ -4,10 +4,12 @@ feature-switch(1) - Switch to another feature branch.
|
|
|
4
4
|
## SYNOPSIS
|
|
5
5
|
|
|
6
6
|
`feature switch` <name-of-feature> [--clean]
|
|
7
|
+
`feature switch` -n <number-of-pull> [--clean]
|
|
7
8
|
|
|
8
9
|
## DESCRIPTION
|
|
9
10
|
|
|
10
|
-
Switch to the <name-of-feature> branch
|
|
11
|
+
Switch to the <name-of-feature> branch, or with the -n argument switch
|
|
12
|
+
to the branch with a pull request numbered <number-of-pull>
|
|
11
13
|
|
|
12
14
|
## OPTIONS
|
|
13
15
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
|
5
5
|
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
|
6
|
-
<title>feature-
|
|
6
|
+
<title>feature-url(1) - Grab the pull request url.</title>
|
|
7
7
|
<style type='text/css' media='all'>
|
|
8
8
|
/* style: man */
|
|
9
9
|
body#manpage {margin:0}
|
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -68,23 +62,23 @@
|
|
|
68
62
|
</div>
|
|
69
63
|
|
|
70
64
|
<ol class='man-decor man-head man head'>
|
|
71
|
-
<li class='tl'>feature-
|
|
65
|
+
<li class='tl'>feature-url(1)</li>
|
|
72
66
|
<li class='tc'></li>
|
|
73
|
-
<li class='tr'>feature-
|
|
67
|
+
<li class='tr'>feature-url(1)</li>
|
|
74
68
|
</ol>
|
|
75
69
|
|
|
76
70
|
<h2 id="NAME">NAME</h2>
|
|
77
71
|
<p class="man-name">
|
|
78
|
-
<code>feature-
|
|
72
|
+
<code>feature-url</code> - <span class="man-whatis">Grab the pull request url.</span>
|
|
79
73
|
</p>
|
|
80
74
|
|
|
81
75
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
76
|
|
|
83
|
-
<p><code>feature
|
|
77
|
+
<p><code>feature url</code> [name-of-feature]</p>
|
|
84
78
|
|
|
85
79
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
80
|
|
|
87
|
-
<p>
|
|
81
|
+
<p>Grab the url of the pull request for the current branch or the one specified.</p>
|
|
88
82
|
|
|
89
83
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
|
90
84
|
|
|
@@ -92,7 +86,7 @@
|
|
|
92
86
|
|
|
93
87
|
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
|
94
88
|
|
|
95
|
-
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
|
|
89
|
+
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-url.1.html">hotfix-url<span class="s">(1)</span></a></p>
|
|
96
90
|
|
|
97
91
|
<h2 id="WWW">WWW</h2>
|
|
98
92
|
|
|
@@ -101,8 +95,8 @@
|
|
|
101
95
|
|
|
102
96
|
<ol class='man-decor man-foot man foot'>
|
|
103
97
|
<li class='tl'>iFixit</li>
|
|
104
|
-
<li class='tc'>
|
|
105
|
-
<li class='tr'>feature-
|
|
98
|
+
<li class='tc'>August 2013</li>
|
|
99
|
+
<li class='tr'>feature-url(1)</li>
|
|
106
100
|
</ol>
|
|
107
101
|
|
|
108
102
|
</div>
|
data/man/feature.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -93,10 +87,12 @@
|
|
|
93
87
|
<dl>
|
|
94
88
|
<dt> <a class="man-ref" href="feature-list.1.html">feature-list<span class="s">(1)</span></a></dt><dd> List the current branch and any available feature branches.</dd>
|
|
95
89
|
<dt> <a class="man-ref" href="feature-start.1.html">feature-start<span class="s">(1)</span></a></dt><dd> Start a new feature branch.</dd>
|
|
90
|
+
<dt> <a class="man-ref" href="feature-url.1.html">feature-url<span class="s">(1)</span></a></dt><dd> Get the url of a branch's pull request.</dd>
|
|
96
91
|
<dt> <a class="man-ref" href="feature-switch.1.html">feature-switch<span class="s">(1)</span></a></dt><dd> Switch to another feature branch.</dd>
|
|
97
92
|
<dt> <a class="man-ref" href="feature-finish.1.html">feature-finish<span class="s">(1)</span></a></dt><dd> Finish this feature branch (push and open a pull request).</dd>
|
|
98
93
|
<dt> <a class="man-ref" href="feature-merge.1.html">feature-merge<span class="s">(1)</span></a></dt><dd> Merge a feature branch into the development branch.</dd>
|
|
99
94
|
<dt> <a class="man-ref" href="feature-pull.1.html">feature-pull<span class="s">(1)</span></a></dt><dd> Pull remote updates into this branch.</dd>
|
|
95
|
+
<dt> <span class="man-ref">feature-prune<span class="s">(1)</span></span></dt><dd> Remove old branches on local or origin.</dd>
|
|
100
96
|
<dt> <a class="man-ref" href="feature-status.1.html">feature-status<span class="s">(1)</span></a></dt><dd> Determine if the current branch is up-to-date with the remote branch.</dd>
|
|
101
97
|
<dt> <a class="man-ref" href="feature-stashes.1.html">feature-stashes<span class="s">(1)</span></a></dt><dd> Show stashes saved on the current branch.</dd>
|
|
102
98
|
<dt> <a class="man-ref" href="feature-clean.1.html">feature-clean<span class="s">(1)</span></a></dt><dd> Remove untracked files and submodules.</dd>
|
|
@@ -119,7 +115,7 @@
|
|
|
119
115
|
|
|
120
116
|
<ol class='man-decor man-foot man foot'>
|
|
121
117
|
<li class='tl'>iFixit</li>
|
|
122
|
-
<li class='tc'>
|
|
118
|
+
<li class='tc'>August 2013</li>
|
|
123
119
|
<li class='tr'>feature(1)</li>
|
|
124
120
|
</ol>
|
|
125
121
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.\" generated with Ronn/v0.7.3
|
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
|
+
.
|
|
4
|
+
.TH "HOTFIX\-FINISH\-ISSUE" "1" "August 2013" "iFixit" ""
|
|
5
|
+
.
|
|
6
|
+
.SH "NAME"
|
|
7
|
+
\fBhotfix\-finish\-issue\fR \- Finish this hotfix branch and attach it to an issue\.
|
|
8
|
+
.
|
|
9
|
+
.SH "SYNOPSIS"
|
|
10
|
+
\fBhotfix finish\fR \fIissue\-number\fR
|
|
11
|
+
.
|
|
12
|
+
.SH "DESCRIPTION"
|
|
13
|
+
Finish the current hotfix branch and optionally convert an existing issue into a pull request\. The pull\'s description defaults to the commit message from the last commit on the branch with the issue\'s original title and description underneath\.
|
|
14
|
+
.
|
|
15
|
+
.SH "COPYRIGHT"
|
|
16
|
+
Copyright (c) 2012\-2013 iFixit\.
|
|
17
|
+
.
|
|
18
|
+
.SH "SEE ALSO"
|
|
19
|
+
feature(1), feature\-finish(1), feature\-finish\-issue(1), hotfix\-finish(1)
|
|
20
|
+
.
|
|
21
|
+
.SH "WWW"
|
|
22
|
+
https://github\.com/iFixit/git\-scripts
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
hotfix-finish-issue(1) - Finish this hotfix branch and attach it to an issue.
|
|
2
|
+
===============================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
|
|
6
|
+
`hotfix finish` <issue-number>
|
|
7
|
+
|
|
8
|
+
## DESCRIPTION
|
|
9
|
+
|
|
10
|
+
Finish the current hotfix branch and optionally convert an existing issue
|
|
11
|
+
into a pull request. The pull's description defaults to the commit message
|
|
12
|
+
from the last commit on the branch with the issue's original title and
|
|
13
|
+
description underneath.
|
|
14
|
+
|
|
15
|
+
## COPYRIGHT
|
|
16
|
+
|
|
17
|
+
Copyright (c) 2012-2013 iFixit.
|
|
18
|
+
|
|
19
|
+
## SEE ALSO
|
|
20
|
+
|
|
21
|
+
feature(1), feature-finish(1), feature-finish-issue(1), hotfix-finish(1)
|
|
22
|
+
|
|
23
|
+
## WWW
|
|
24
|
+
|
|
25
|
+
https://github.com/iFixit/git-scripts
|
|
26
|
+
|
data/man/hotfix-finish.1
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "HOTFIX\-FINISH" "1" "
|
|
4
|
+
.TH "HOTFIX\-FINISH" "1" "July 2013" "iFixit" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBhotfix\-finish\fR \- Finish this hotfix branch\.
|
|
@@ -16,7 +16,7 @@ Finish the current hotfix branch\. Push all remote commits to the remote and opt
|
|
|
16
16
|
Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
|
18
18
|
.SH "SEE ALSO"
|
|
19
|
-
hotfix(1), feature\-finish(1)
|
|
19
|
+
hotfix(1), hotfix\-finish\-issue(1), feature\-finish(1), feature\-finish\-issue(1)
|
|
20
20
|
.
|
|
21
21
|
.SH "WWW"
|
|
22
22
|
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-finish.1.ronn
CHANGED
data/man/hotfix-list.1
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "HOTFIX\-LIST" "1" "
|
|
4
|
+
.TH "HOTFIX\-LIST" "1" "July 2013" "" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBhotfix\-list\fR \- Lists the current branch and any available hotfix branches\.
|
|
8
8
|
.
|
|
9
9
|
.SH "SYNOPSIS"
|
|
10
|
-
\fBhotfix list\fR
|
|
10
|
+
\fBhotfix list\fR [\-v]
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
13
|
Lists the current branch and any available hotfix branches\. Shows the author, hash, and relative time of last commit on each branch\.
|
|
14
14
|
.
|
|
15
|
+
.SH "OPTIONS"
|
|
16
|
+
.
|
|
17
|
+
.TP
|
|
18
|
+
\-v
|
|
19
|
+
List merged branches\.
|
|
20
|
+
.
|
|
15
21
|
.SH "COPYRIGHT"
|
|
16
22
|
Copyright (c) 2012\-2013 iFixit\.
|
|
17
23
|
.
|
data/man/hotfix-list.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -62,6 +56,7 @@
|
|
|
62
56
|
<a href="#NAME">NAME</a>
|
|
63
57
|
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
64
58
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
59
|
+
<a href="#OPTIONS">OPTIONS</a>
|
|
65
60
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
|
66
61
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
|
67
62
|
<a href="#WWW">WWW</a>
|
|
@@ -80,13 +75,20 @@
|
|
|
80
75
|
|
|
81
76
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
77
|
|
|
83
|
-
<p><code>hotfix list</code
|
|
78
|
+
<p><code>hotfix list</code> [-v]</p>
|
|
84
79
|
|
|
85
80
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
81
|
|
|
87
82
|
<p>Lists the current branch and any available hotfix branches. Shows the author,
|
|
88
83
|
hash, and relative time of last commit on each branch.</p>
|
|
89
84
|
|
|
85
|
+
<h2 id="OPTIONS">OPTIONS</h2>
|
|
86
|
+
|
|
87
|
+
<dl>
|
|
88
|
+
<dt class="flush"> -v</dt><dd> List merged branches.</dd>
|
|
89
|
+
</dl>
|
|
90
|
+
|
|
91
|
+
|
|
90
92
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
|
91
93
|
|
|
92
94
|
<p>Copyright (c) 2012-2013 iFixit.</p>
|
|
@@ -101,8 +103,8 @@ hash, and relative time of last commit on each branch.</p>
|
|
|
101
103
|
|
|
102
104
|
|
|
103
105
|
<ol class='man-decor man-foot man foot'>
|
|
104
|
-
<li class='tl'
|
|
105
|
-
<li class='tc'>
|
|
106
|
+
<li class='tl'></li>
|
|
107
|
+
<li class='tc'>July 2013</li>
|
|
106
108
|
<li class='tr'>hotfix-list(1)</li>
|
|
107
109
|
</ol>
|
|
108
110
|
|
data/man/hotfix-list.1.ronn
CHANGED
|
@@ -3,13 +3,18 @@ hotfix-list(1) - Lists the current branch and any available hotfix branches.
|
|
|
3
3
|
|
|
4
4
|
## SYNOPSIS
|
|
5
5
|
|
|
6
|
-
`hotfix list`
|
|
6
|
+
`hotfix list` [-v]
|
|
7
7
|
|
|
8
8
|
## DESCRIPTION
|
|
9
9
|
|
|
10
10
|
Lists the current branch and any available hotfix branches. Shows the author,
|
|
11
11
|
hash, and relative time of last commit on each branch.
|
|
12
12
|
|
|
13
|
+
## OPTIONS
|
|
14
|
+
|
|
15
|
+
* -v:
|
|
16
|
+
List merged branches.
|
|
17
|
+
|
|
13
18
|
## COPYRIGHT
|
|
14
19
|
|
|
15
20
|
Copyright (c) 2012-2013 iFixit.
|
data/man/hotfix-merge.1.html
CHANGED
|
@@ -41,12 +41,6 @@
|
|
|
41
41
|
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
42
|
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
43
|
</style>
|
|
44
|
-
<style type='text/css' media='all'>
|
|
45
|
-
/* style: toc */
|
|
46
|
-
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
|
47
|
-
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
|
48
|
-
.man-navigation a:hover {color:#111;text-decoration:underline}
|
|
49
|
-
</style>
|
|
50
44
|
</head>
|
|
51
45
|
<!--
|
|
52
46
|
The following styles are deprecated and will be removed at some point:
|
|
@@ -80,7 +74,8 @@
|
|
|
80
74
|
|
|
81
75
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
82
76
|
|
|
83
|
-
<p><code>hotfix merge</code> [name-of-hotfix]
|
|
77
|
+
<p><code>hotfix merge</code> [name-of-hotfix]
|
|
78
|
+
<code>hotfix merge</code> -n <var>number-of-pull</var></p>
|
|
84
79
|
|
|
85
80
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
86
81
|
|
|
@@ -105,8 +100,8 @@ the pull request associated with the branch.</p>
|
|
|
105
100
|
|
|
106
101
|
|
|
107
102
|
<ol class='man-decor man-foot man foot'>
|
|
108
|
-
<li class='tl'
|
|
109
|
-
<li class='tc'>
|
|
103
|
+
<li class='tl'></li>
|
|
104
|
+
<li class='tc'>September 2013</li>
|
|
110
105
|
<li class='tr'>hotfix-merge(1)</li>
|
|
111
106
|
</ol>
|
|
112
107
|
|
data/man/hotfix-switch.1
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "HOTFIX\-SWITCH" "1" "
|
|
4
|
+
.TH "HOTFIX\-SWITCH" "1" "August 2013" "iFixit" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBhotfix\-switch\fR \- Switch to another hotfix branch\.
|
|
8
8
|
.
|
|
9
9
|
.SH "SYNOPSIS"
|
|
10
|
-
\fBhotfix switch\fR \fIname\-of\-hotfix\fR
|
|
10
|
+
\fBhotfix switch\fR \fIname\-of\-hotfix\fR \fBhotfix switch\fR \-n \fInumber\-of\-pull\fR
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
|
-
Switch to the \fIname\-of\-hotfix\fR branch
|
|
13
|
+
Switch to the \fIname\-of\-hotfix\fR branch, or with the \-n argument switch to the branch with a pull request numbered \fInumber\-of\-pull\fR
|
|
14
14
|
.
|
|
15
15
|
.SH "COPYRIGHT"
|
|
16
16
|
Copyright (c) 2012\-2013 iFixit\.
|