git-scripts 0.3.0 → 0.4.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.
- checksums.yaml +7 -0
- data/bin/feature +28 -14
- data/bin/hotfix +24 -19
- data/lib/git.rb +11 -11
- data/lib/github.rb +36 -8
- data/lib/helpers.rb +2 -2
- data/man/feature-clean.1 +1 -1
- data/man/feature-clean.1.html +120 -0
- data/man/feature-clean.1.markdown +61 -0
- data/man/feature-finish-issue.1 +1 -1
- data/man/feature-finish-issue.1.html +113 -0
- data/man/feature-finish-issue.1.markdown +56 -0
- data/man/feature-finish.1 +1 -1
- data/man/feature-finish.1.html +9 -3
- data/man/feature-finish.1.markdown +56 -0
- data/man/feature-github-test.1 +1 -1
- data/man/{feature-url.1.html → feature-github-test.1.html} +15 -9
- data/man/feature-github-test.1.markdown +53 -0
- data/man/feature-list.1 +1 -1
- data/man/feature-list.1.html +8 -2
- data/man/feature-list.1.markdown +60 -0
- data/man/feature-merge.1 +2 -2
- data/man/feature-merge.1.html +7 -1
- data/man/feature-merge.1.markdown +59 -0
- data/man/feature-merge.1.ronn +1 -0
- data/man/feature-prune.1 +1 -1
- data/man/feature-prune.1.html +116 -0
- data/man/feature-prune.1.markdown +60 -0
- data/man/feature-start.1 +1 -1
- data/man/feature-start.1.html +110 -0
- data/man/feature-start.1.markdown +53 -0
- data/man/feature-stashes.1 +1 -1
- data/man/feature-stashes.1.html +122 -0
- data/man/feature-stashes.1.markdown +63 -0
- data/man/feature-status.1 +1 -1
- data/man/feature-status.1.html +113 -0
- data/man/feature-status.1.markdown +56 -0
- data/man/feature-switch.1 +1 -1
- data/man/feature-switch.1.html +8 -2
- data/man/feature-switch.1.markdown +61 -0
- data/man/feature.1 +1 -1
- data/man/feature.1.html +8 -3
- data/man/feature.1.markdown +80 -0
- data/man/hotfix-finish-issue.1 +1 -1
- data/man/hotfix-finish-issue.1.html +113 -0
- data/man/hotfix-finish-issue.1.markdown +56 -0
- data/man/hotfix-finish.1 +1 -1
- data/man/hotfix-finish.1.html +112 -0
- data/man/hotfix-finish.1.markdown +55 -0
- data/man/hotfix-list.1 +1 -1
- data/man/hotfix-list.1.html +8 -2
- data/man/hotfix-list.1.markdown +60 -0
- data/man/hotfix-merge.1 +2 -2
- data/man/hotfix-merge.1.html +7 -1
- data/man/hotfix-merge.1.markdown +59 -0
- data/man/hotfix-merge.1.ronn +1 -0
- data/man/hotfix-start.1 +1 -1
- data/man/{hotfix-url.1.html → hotfix-start.1.html} +15 -9
- data/man/hotfix-start.1.markdown +53 -0
- data/man/hotfix-switch.1 +1 -1
- data/man/hotfix-switch.1.html +112 -0
- data/man/hotfix-switch.1.markdown +55 -0
- data/man/hotfix.1 +1 -1
- data/man/hotfix.1.html +7 -2
- data/man/hotfix.1.markdown +68 -0
- metadata +84 -64
@@ -0,0 +1,55 @@
|
|
1
|
+
hotfix-finish(1) - Finish this hotfix branch.
|
2
|
+
=============================================
|
3
|
+
|
4
|
+
## SYNOPSIS
|
5
|
+
|
6
|
+
`hotfix finish` <var>name-of-hotfix</var>
|
7
|
+
|
8
|
+
## DESCRIPTION
|
9
|
+
|
10
|
+
Finish the current hotfix branch. Push all remote commits to the remote and
|
11
|
+
optionally open a pull request. If a pull request is opened, the message will
|
12
|
+
default to the commit message from the last commit on the branch.
|
13
|
+
|
14
|
+
## COPYRIGHT
|
15
|
+
|
16
|
+
Copyright (c) 2012-2013 iFixit.
|
17
|
+
|
18
|
+
## SEE ALSO
|
19
|
+
|
20
|
+
hotfix(1), hotfix-finish-issue(1), feature-finish(1), feature-finish-issue(1)
|
21
|
+
|
22
|
+
## WWW
|
23
|
+
|
24
|
+
https://github.com/iFixit/git-scripts
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
29
|
+
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
30
|
+
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
31
|
+
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
32
|
+
[WWW]: #WWW "WWW"
|
33
|
+
|
34
|
+
|
35
|
+
[feature(1)]: feature.1.html
|
36
|
+
[feature-list(1)]: feature-list.1.html
|
37
|
+
[feature-start(1)]: feature-start.1.html
|
38
|
+
[feature-switch(1)]: feature-switch.1.html
|
39
|
+
[feature-finish(1)]: feature-finish.1.html
|
40
|
+
[feature-merge(1)]: feature-merge.1.html
|
41
|
+
[feature-pull(1)]: feature-pull.1.html
|
42
|
+
[feature-status(1)]: feature-status.1.html
|
43
|
+
[feature-stashes(1)]: feature-stashes.1.html
|
44
|
+
[feature-clean(1)]: feature-clean.1.html
|
45
|
+
[feature-github-test(1)]: feature-github-test.1.html
|
46
|
+
[hotfix(1)]: hotfix.1.html
|
47
|
+
[hotfix-list(1)]: hotfix-list.1.html
|
48
|
+
[hotfix-start(1)]: hotfix-start.1.html
|
49
|
+
[hotfix-switch(1)]: hotfix-switch.1.html
|
50
|
+
[hotfix-finish(1)]: hotfix-finish.1.html
|
51
|
+
[hotfix-merge(1)]: hotfix-merge.1.html
|
52
|
+
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
53
|
+
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
54
|
+
[feature-prune(1)]: feature-prune.1.html
|
55
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
data/man/hotfix-list.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\-LIST" "1" "
|
4
|
+
.TH "HOTFIX\-LIST" "1" "September 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-list\fR \- Lists the current branch and any available hotfix branches\.
|
data/man/hotfix-list.1.html
CHANGED
@@ -41,6 +41,12 @@
|
|
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>
|
44
50
|
</head>
|
45
51
|
<!--
|
46
52
|
The following styles are deprecated and will be removed at some point:
|
@@ -103,8 +109,8 @@ hash, and relative time of last commit on each branch.</p>
|
|
103
109
|
|
104
110
|
|
105
111
|
<ol class='man-decor man-foot man foot'>
|
106
|
-
<li class='tl'
|
107
|
-
<li class='tc'>
|
112
|
+
<li class='tl'>iFixit</li>
|
113
|
+
<li class='tc'>September 2013</li>
|
108
114
|
<li class='tr'>hotfix-list(1)</li>
|
109
115
|
</ol>
|
110
116
|
|
@@ -0,0 +1,60 @@
|
|
1
|
+
hotfix-list(1) - Lists the current branch and any available hotfix branches.
|
2
|
+
==============================================================================
|
3
|
+
|
4
|
+
## SYNOPSIS
|
5
|
+
|
6
|
+
`hotfix list` [-v]
|
7
|
+
|
8
|
+
## DESCRIPTION
|
9
|
+
|
10
|
+
Lists the current branch and any available hotfix branches. Shows the author,
|
11
|
+
hash, and relative time of last commit on each branch.
|
12
|
+
|
13
|
+
## OPTIONS
|
14
|
+
|
15
|
+
* -v:
|
16
|
+
List merged branches.
|
17
|
+
|
18
|
+
## COPYRIGHT
|
19
|
+
|
20
|
+
Copyright (c) 2012-2013 iFixit.
|
21
|
+
|
22
|
+
## SEE ALSO
|
23
|
+
|
24
|
+
hotfix(1), feature-list(1)
|
25
|
+
|
26
|
+
## WWW
|
27
|
+
|
28
|
+
https://github.com/iFixit/git-scripts
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
33
|
+
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
34
|
+
[OPTIONS]: #OPTIONS "OPTIONS"
|
35
|
+
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
36
|
+
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
37
|
+
[WWW]: #WWW "WWW"
|
38
|
+
|
39
|
+
|
40
|
+
[feature(1)]: feature.1.html
|
41
|
+
[feature-list(1)]: feature-list.1.html
|
42
|
+
[feature-start(1)]: feature-start.1.html
|
43
|
+
[feature-switch(1)]: feature-switch.1.html
|
44
|
+
[feature-finish(1)]: feature-finish.1.html
|
45
|
+
[feature-merge(1)]: feature-merge.1.html
|
46
|
+
[feature-pull(1)]: feature-pull.1.html
|
47
|
+
[feature-status(1)]: feature-status.1.html
|
48
|
+
[feature-stashes(1)]: feature-stashes.1.html
|
49
|
+
[feature-clean(1)]: feature-clean.1.html
|
50
|
+
[feature-github-test(1)]: feature-github-test.1.html
|
51
|
+
[hotfix(1)]: hotfix.1.html
|
52
|
+
[hotfix-list(1)]: hotfix-list.1.html
|
53
|
+
[hotfix-start(1)]: hotfix-start.1.html
|
54
|
+
[hotfix-switch(1)]: hotfix-switch.1.html
|
55
|
+
[hotfix-finish(1)]: hotfix-finish.1.html
|
56
|
+
[hotfix-merge(1)]: hotfix-merge.1.html
|
57
|
+
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
58
|
+
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
59
|
+
[feature-prune(1)]: feature-prune.1.html
|
60
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
data/man/hotfix-merge.1
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "HOTFIX\-MERGE" "1" "
|
4
|
+
.TH "HOTFIX\-MERGE" "1" "September 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-merge\fR \- Merge a hotfix branch into stable and the development branch\.
|
8
8
|
.
|
9
9
|
.SH "SYNOPSIS"
|
10
|
-
\fBhotfix merge\fR [name\-of\-hotfix]
|
10
|
+
\fBhotfix merge\fR [name\-of\-hotfix] \fBhotfix merge\fR \-n \fInumber\-of\-pull\fR
|
11
11
|
.
|
12
12
|
.SH "DESCRIPTION"
|
13
13
|
Merge a hotfix branch into stable and \fIfeature\.development_branch\fR\. If \fBname\-of\-hotfix\fR is not specified, the current branch will be used\. \fBhotfix merge\fR will attempt to prefill the merge message with a link to and the text of the pull request associated with the branch\.
|
data/man/hotfix-merge.1.html
CHANGED
@@ -41,6 +41,12 @@
|
|
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>
|
44
50
|
</head>
|
45
51
|
<!--
|
46
52
|
The following styles are deprecated and will be removed at some point:
|
@@ -100,7 +106,7 @@ the pull request associated with the branch.</p>
|
|
100
106
|
|
101
107
|
|
102
108
|
<ol class='man-decor man-foot man foot'>
|
103
|
-
<li class='tl'
|
109
|
+
<li class='tl'>iFixit</li>
|
104
110
|
<li class='tc'>September 2013</li>
|
105
111
|
<li class='tr'>hotfix-merge(1)</li>
|
106
112
|
</ol>
|
@@ -0,0 +1,59 @@
|
|
1
|
+
hotfix-merge(1) - Merge a hotfix branch into stable and the development branch.
|
2
|
+
===============================================================================
|
3
|
+
|
4
|
+
## SYNOPSIS
|
5
|
+
|
6
|
+
`hotfix merge` [name-of-hotfix]
|
7
|
+
`hotfix merge` -n <var>number-of-pull</var>
|
8
|
+
|
9
|
+
## DESCRIPTION
|
10
|
+
|
11
|
+
Merge a hotfix branch into stable and _feature.development_branch_. If
|
12
|
+
`name-of-hotfix` is not specified, the current branch will be used. `hotfix
|
13
|
+
merge` will attempt to prefill the merge message with a link to and the text of
|
14
|
+
the pull request associated with the branch.
|
15
|
+
|
16
|
+
Deletes the local copy of the branch on success.
|
17
|
+
|
18
|
+
## COPYRIGHT
|
19
|
+
|
20
|
+
Copyright (c) 2012-2013 iFixit.
|
21
|
+
|
22
|
+
## SEE ALSO
|
23
|
+
|
24
|
+
hotfix(1), feature-merge(1)
|
25
|
+
|
26
|
+
## WWW
|
27
|
+
|
28
|
+
https://github.com/iFixit/git-scripts
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
33
|
+
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
34
|
+
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
35
|
+
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
36
|
+
[WWW]: #WWW "WWW"
|
37
|
+
|
38
|
+
|
39
|
+
[feature(1)]: feature.1.html
|
40
|
+
[feature-list(1)]: feature-list.1.html
|
41
|
+
[feature-start(1)]: feature-start.1.html
|
42
|
+
[feature-switch(1)]: feature-switch.1.html
|
43
|
+
[feature-finish(1)]: feature-finish.1.html
|
44
|
+
[feature-merge(1)]: feature-merge.1.html
|
45
|
+
[feature-pull(1)]: feature-pull.1.html
|
46
|
+
[feature-status(1)]: feature-status.1.html
|
47
|
+
[feature-stashes(1)]: feature-stashes.1.html
|
48
|
+
[feature-clean(1)]: feature-clean.1.html
|
49
|
+
[feature-github-test(1)]: feature-github-test.1.html
|
50
|
+
[hotfix(1)]: hotfix.1.html
|
51
|
+
[hotfix-list(1)]: hotfix-list.1.html
|
52
|
+
[hotfix-start(1)]: hotfix-start.1.html
|
53
|
+
[hotfix-switch(1)]: hotfix-switch.1.html
|
54
|
+
[hotfix-finish(1)]: hotfix-finish.1.html
|
55
|
+
[hotfix-merge(1)]: hotfix-merge.1.html
|
56
|
+
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
57
|
+
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
58
|
+
[feature-prune(1)]: feature-prune.1.html
|
59
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
data/man/hotfix-merge.1.ronn
CHANGED
data/man/hotfix-start.1
CHANGED
@@ -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>hotfix-
|
6
|
+
<title>hotfix-start(1) - Start a new hotfix branch.</title>
|
7
7
|
<style type='text/css' media='all'>
|
8
8
|
/* style: man */
|
9
9
|
body#manpage {margin:0}
|
@@ -41,6 +41,12 @@
|
|
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>
|
44
50
|
</head>
|
45
51
|
<!--
|
46
52
|
The following styles are deprecated and will be removed at some point:
|
@@ -62,23 +68,23 @@
|
|
62
68
|
</div>
|
63
69
|
|
64
70
|
<ol class='man-decor man-head man head'>
|
65
|
-
<li class='tl'>hotfix-
|
71
|
+
<li class='tl'>hotfix-start(1)</li>
|
66
72
|
<li class='tc'></li>
|
67
|
-
<li class='tr'>hotfix-
|
73
|
+
<li class='tr'>hotfix-start(1)</li>
|
68
74
|
</ol>
|
69
75
|
|
70
76
|
<h2 id="NAME">NAME</h2>
|
71
77
|
<p class="man-name">
|
72
|
-
<code>hotfix-
|
78
|
+
<code>hotfix-start</code> - <span class="man-whatis">Start a new hotfix branch.</span>
|
73
79
|
</p>
|
74
80
|
|
75
81
|
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
76
82
|
|
77
|
-
<p><code>hotfix
|
83
|
+
<p><code>hotfix start</code> <var>name-of-hotfix</var></p>
|
78
84
|
|
79
85
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
80
86
|
|
81
|
-
<p>
|
87
|
+
<p>Start a new hotfix branch based off stable.</p>
|
82
88
|
|
83
89
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
84
90
|
|
@@ -86,7 +92,7 @@
|
|
86
92
|
|
87
93
|
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
88
94
|
|
89
|
-
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-
|
95
|
+
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-start.1.html">feature-start<span class="s">(1)</span></a></p>
|
90
96
|
|
91
97
|
<h2 id="WWW">WWW</h2>
|
92
98
|
|
@@ -95,8 +101,8 @@
|
|
95
101
|
|
96
102
|
<ol class='man-decor man-foot man foot'>
|
97
103
|
<li class='tl'>iFixit</li>
|
98
|
-
<li class='tc'>
|
99
|
-
<li class='tr'>hotfix-
|
104
|
+
<li class='tc'>September 2013</li>
|
105
|
+
<li class='tr'>hotfix-start(1)</li>
|
100
106
|
</ol>
|
101
107
|
|
102
108
|
</div>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
hotfix-start(1) - Start a new hotfix branch.
|
2
|
+
============================================
|
3
|
+
|
4
|
+
## SYNOPSIS
|
5
|
+
|
6
|
+
`hotfix start` <var>name-of-hotfix</var>
|
7
|
+
|
8
|
+
## DESCRIPTION
|
9
|
+
|
10
|
+
Start a new hotfix branch based off stable.
|
11
|
+
|
12
|
+
## COPYRIGHT
|
13
|
+
|
14
|
+
Copyright (c) 2012-2013 iFixit.
|
15
|
+
|
16
|
+
## SEE ALSO
|
17
|
+
|
18
|
+
hotfix(1), feature-start(1)
|
19
|
+
|
20
|
+
## WWW
|
21
|
+
|
22
|
+
https://github.com/iFixit/git-scripts
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
27
|
+
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
28
|
+
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
29
|
+
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
30
|
+
[WWW]: #WWW "WWW"
|
31
|
+
|
32
|
+
|
33
|
+
[feature(1)]: feature.1.html
|
34
|
+
[feature-list(1)]: feature-list.1.html
|
35
|
+
[feature-start(1)]: feature-start.1.html
|
36
|
+
[feature-switch(1)]: feature-switch.1.html
|
37
|
+
[feature-finish(1)]: feature-finish.1.html
|
38
|
+
[feature-merge(1)]: feature-merge.1.html
|
39
|
+
[feature-pull(1)]: feature-pull.1.html
|
40
|
+
[feature-status(1)]: feature-status.1.html
|
41
|
+
[feature-stashes(1)]: feature-stashes.1.html
|
42
|
+
[feature-clean(1)]: feature-clean.1.html
|
43
|
+
[feature-github-test(1)]: feature-github-test.1.html
|
44
|
+
[hotfix(1)]: hotfix.1.html
|
45
|
+
[hotfix-list(1)]: hotfix-list.1.html
|
46
|
+
[hotfix-start(1)]: hotfix-start.1.html
|
47
|
+
[hotfix-switch(1)]: hotfix-switch.1.html
|
48
|
+
[hotfix-finish(1)]: hotfix-finish.1.html
|
49
|
+
[hotfix-merge(1)]: hotfix-merge.1.html
|
50
|
+
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
51
|
+
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
52
|
+
[feature-prune(1)]: feature-prune.1.html
|
53
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
data/man/hotfix-switch.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\-SWITCH" "1" "
|
4
|
+
.TH "HOTFIX\-SWITCH" "1" "September 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-switch\fR \- Switch to another hotfix branch\.
|
@@ -0,0 +1,112 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
5
|
+
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
6
|
+
<title>hotfix-switch(1) - Switch to another hotfix branch.</title>
|
7
|
+
<style type='text/css' media='all'>
|
8
|
+
/* style: man */
|
9
|
+
body#manpage {margin:0}
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
15
|
+
.mp dt {margin:0;clear:left}
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
19
|
+
.mp pre {margin-bottom:20px}
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
22
|
+
.mp img {display:block;margin:auto}
|
23
|
+
.mp h1.man-title {display:none}
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
27
|
+
.mp {text-align:justify;background:#fff}
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
30
|
+
.mp u {text-decoration:underline}
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
35
|
+
.mp pre {padding:0 4ex}
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
39
|
+
ol.man-decor {width:100%}
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
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
|
+
</head>
|
51
|
+
<!--
|
52
|
+
The following styles are deprecated and will be removed at some point:
|
53
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
54
|
+
|
55
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
56
|
+
.man-navigation should be used instead.
|
57
|
+
-->
|
58
|
+
<body id='manpage'>
|
59
|
+
<div class='mp' id='man'>
|
60
|
+
|
61
|
+
<div class='man-navigation' style='display:none'>
|
62
|
+
<a href="#NAME">NAME</a>
|
63
|
+
<a href="#SYNOPSIS">SYNOPSIS</a>
|
64
|
+
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
|
+
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
|
+
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<ol class='man-decor man-head man head'>
|
71
|
+
<li class='tl'>hotfix-switch(1)</li>
|
72
|
+
<li class='tc'></li>
|
73
|
+
<li class='tr'>hotfix-switch(1)</li>
|
74
|
+
</ol>
|
75
|
+
|
76
|
+
<h2 id="NAME">NAME</h2>
|
77
|
+
<p class="man-name">
|
78
|
+
<code>hotfix-switch</code> - <span class="man-whatis">Switch to another hotfix branch.</span>
|
79
|
+
</p>
|
80
|
+
|
81
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
82
|
+
|
83
|
+
<p><code>hotfix switch</code> <var>name-of-hotfix</var>
|
84
|
+
<code>hotfix switch</code> -n <var>number-of-pull</var></p>
|
85
|
+
|
86
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
87
|
+
|
88
|
+
<p>Switch to the <var>name-of-hotfix</var> branch, or with the -n argument switch
|
89
|
+
to the branch with a pull request numbered <var>number-of-pull</var></p>
|
90
|
+
|
91
|
+
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
92
|
+
|
93
|
+
<p>Copyright (c) 2012-2013 iFixit.</p>
|
94
|
+
|
95
|
+
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
96
|
+
|
97
|
+
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-switch.1.html">feature-switch<span class="s">(1)</span></a></p>
|
98
|
+
|
99
|
+
<h2 id="WWW">WWW</h2>
|
100
|
+
|
101
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
102
|
+
|
103
|
+
|
104
|
+
<ol class='man-decor man-foot man foot'>
|
105
|
+
<li class='tl'>iFixit</li>
|
106
|
+
<li class='tc'>September 2013</li>
|
107
|
+
<li class='tr'>hotfix-switch(1)</li>
|
108
|
+
</ol>
|
109
|
+
|
110
|
+
</div>
|
111
|
+
</body>
|
112
|
+
</html>
|