git-scripts 0.5.0 → 0.5.1
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 +4 -4
- data/man/feature-clean.1.html +120 -0
- data/man/feature-clean.1.markdown +63 -0
- data/man/feature-finish-issue.1.html +113 -0
- data/man/feature-finish-issue.1.markdown +58 -0
- data/man/feature-finish.1.html +113 -0
- data/man/feature-finish.1.markdown +58 -0
- data/man/feature-github-test.1.html +110 -0
- data/man/feature-github-test.1.markdown +55 -0
- data/man/feature-list.1.html +119 -0
- data/man/feature-list.1.markdown +62 -0
- data/man/feature-merge.1.html +116 -0
- data/man/feature-merge.1.markdown +61 -0
- data/man/feature-prune.1.html +116 -0
- data/man/feature-prune.1.markdown +62 -0
- data/man/feature-start.1.html +110 -0
- data/man/feature-start.1.markdown +55 -0
- data/man/feature-stashes.1.html +122 -0
- data/man/feature-stashes.1.markdown +65 -0
- data/man/feature-status.1.html +113 -0
- data/man/feature-status.1.markdown +58 -0
- data/man/feature-switch.1.html +122 -0
- data/man/feature-switch.1.markdown +66 -0
- data/man/feature-url.1.html +110 -0
- data/man/feature-url.1.markdown +55 -0
- data/man/feature.1.html +131 -0
- data/man/feature.1.markdown +86 -0
- data/man/hotfix-finish-issue.1.html +113 -0
- data/man/hotfix-finish-issue.1.markdown +58 -0
- data/man/hotfix-finish.1.html +112 -0
- data/man/hotfix-finish.1.markdown +57 -0
- data/man/hotfix-list.1.html +119 -0
- data/man/hotfix-list.1.markdown +62 -0
- data/man/hotfix-merge.1.html +116 -0
- data/man/hotfix-merge.1.markdown +61 -0
- data/man/hotfix-start.1.html +110 -0
- data/man/hotfix-start.1.markdown +55 -0
- data/man/hotfix-switch.1.html +122 -0
- data/man/hotfix-switch.1.markdown +66 -0
- data/man/hotfix-url.1.html +110 -0
- data/man/hotfix-url.1.markdown +55 -0
- data/man/hotfix.1.html +125 -0
- data/man/hotfix.1.markdown +74 -0
- metadata +104 -6
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
hotfix-url(1) - Grab the pull request url.
|
|
2
|
+
==========================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
|
|
6
|
+
`hotfix url` [name-of-hotfix]
|
|
7
|
+
|
|
8
|
+
## DESCRIPTION
|
|
9
|
+
|
|
10
|
+
Grab the url of the pull request for the current branch or the one specified.
|
|
11
|
+
|
|
12
|
+
## COPYRIGHT
|
|
13
|
+
|
|
14
|
+
Copyright (c) 2012-2013 iFixit.
|
|
15
|
+
|
|
16
|
+
## SEE ALSO
|
|
17
|
+
|
|
18
|
+
hotfix(1), feature-url(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
|
+
[feature-url(1)]: feature-url.1.html
|
|
54
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
|
55
|
+
[hotfix-url(1)]: hotfix-url.1.html
|
data/man/hotfix.1.html
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
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(1) - Perform actions on a git 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="#COMMANDS">COMMANDS</a>
|
|
66
|
+
<a href="#COPYRIGHT">COPYRIGHT</a>
|
|
67
|
+
<a href="#SEE-ALSO">SEE ALSO</a>
|
|
68
|
+
<a href="#WWW">WWW</a>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
<ol class='man-decor man-head man head'>
|
|
72
|
+
<li class='tl'>hotfix(1)</li>
|
|
73
|
+
<li class='tc'></li>
|
|
74
|
+
<li class='tr'>hotfix(1)</li>
|
|
75
|
+
</ol>
|
|
76
|
+
|
|
77
|
+
<h2 id="NAME">NAME</h2>
|
|
78
|
+
<p class="man-name">
|
|
79
|
+
<code>hotfix</code> - <span class="man-whatis">Perform actions on a git hotfix branch.</span>
|
|
80
|
+
</p>
|
|
81
|
+
|
|
82
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
83
|
+
|
|
84
|
+
<p><code>hotfix</code> <var>command</var> [<var>args</var>]</p>
|
|
85
|
+
|
|
86
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
87
|
+
|
|
88
|
+
<p><strong>hotfix</strong> is a helper script for a modified git-flow model, in which it and
|
|
89
|
+
<code>feature</code> are the primary actors.</p>
|
|
90
|
+
|
|
91
|
+
<h2 id="COMMANDS">COMMANDS</h2>
|
|
92
|
+
|
|
93
|
+
<dl>
|
|
94
|
+
<dt> <a class="man-ref" href="hotfix-list.1.html">hotfix-list<span class="s">(1)</span></a></dt><dd> List the current branch and any available hotfix branches.</dd>
|
|
95
|
+
<dt> <a class="man-ref" href="hotfix-url.1.html">hotfix-url<span class="s">(1)</span></a></dt><dd> Get the url of a branch's pull request.</dd>
|
|
96
|
+
<dt> <a class="man-ref" href="hotfix-start.1.html">hotfix-start<span class="s">(1)</span></a></dt><dd> Start a new hotfix branch.</dd>
|
|
97
|
+
<dt> <a class="man-ref" href="hotfix-switch.1.html">hotfix-switch<span class="s">(1)</span></a></dt><dd> Switch to another hotfix branch.</dd>
|
|
98
|
+
<dt> <a class="man-ref" href="hotfix-finish.1.html">hotfix-finish<span class="s">(1)</span></a></dt><dd> Finish this hotfix branch (push and open a pull request).</dd>
|
|
99
|
+
<dt> <a class="man-ref" href="hotfix-finish-issue.1.html">hotfix-finish-issue<span class="s">(1)</span></a></dt><dd> Finish this hotfix branch and attach it to an issue.</dd>
|
|
100
|
+
<dt> <a class="man-ref" href="hotfix-merge.1.html">hotfix-merge<span class="s">(1)</span></a></dt><dd> Merge a hotfix branch into stable and the development branch.</dd>
|
|
101
|
+
</dl>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
|
105
|
+
|
|
106
|
+
<p>Copyright (c) 2012-2013 iFixit.</p>
|
|
107
|
+
|
|
108
|
+
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
|
109
|
+
|
|
110
|
+
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="https://www.kernel.org/pub/software/scm/git/docs/">git<span class="s">(1)</span></a></p>
|
|
111
|
+
|
|
112
|
+
<h2 id="WWW">WWW</h2>
|
|
113
|
+
|
|
114
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<ol class='man-decor man-foot man foot'>
|
|
118
|
+
<li class='tl'>iFixit</li>
|
|
119
|
+
<li class='tc'>May 2014</li>
|
|
120
|
+
<li class='tr'>hotfix(1)</li>
|
|
121
|
+
</ol>
|
|
122
|
+
|
|
123
|
+
</div>
|
|
124
|
+
</body>
|
|
125
|
+
</html>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
hotfix(1) - Perform actions on a git hotfix branch.
|
|
2
|
+
===================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
|
|
6
|
+
`hotfix` <var>command</var> [<var>args</var>]
|
|
7
|
+
|
|
8
|
+
## DESCRIPTION
|
|
9
|
+
|
|
10
|
+
**hotfix** is a helper script for a modified git-flow model, in which it and
|
|
11
|
+
`feature` are the primary actors.
|
|
12
|
+
|
|
13
|
+
## COMMANDS
|
|
14
|
+
|
|
15
|
+
* hotfix-list(1):
|
|
16
|
+
List the current branch and any available hotfix branches.
|
|
17
|
+
* hotfix-url(1):
|
|
18
|
+
Get the url of a branch's pull request.
|
|
19
|
+
* hotfix-start(1):
|
|
20
|
+
Start a new hotfix branch.
|
|
21
|
+
* hotfix-switch(1):
|
|
22
|
+
Switch to another hotfix branch.
|
|
23
|
+
* hotfix-finish(1):
|
|
24
|
+
Finish this hotfix branch (push and open a pull request).
|
|
25
|
+
* hotfix-finish-issue(1):
|
|
26
|
+
Finish this hotfix branch and attach it to an issue.
|
|
27
|
+
* hotfix-merge(1):
|
|
28
|
+
Merge a hotfix branch into stable and the development branch.
|
|
29
|
+
|
|
30
|
+
## COPYRIGHT
|
|
31
|
+
|
|
32
|
+
Copyright (c) 2012-2013 iFixit.
|
|
33
|
+
|
|
34
|
+
## SEE ALSO
|
|
35
|
+
|
|
36
|
+
feature(1), git(1)
|
|
37
|
+
|
|
38
|
+
## WWW
|
|
39
|
+
|
|
40
|
+
https://github.com/iFixit/git-scripts
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
|
45
|
+
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
|
46
|
+
[COMMANDS]: #COMMANDS "COMMANDS"
|
|
47
|
+
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
|
48
|
+
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
|
49
|
+
[WWW]: #WWW "WWW"
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
[feature(1)]: feature.1.html
|
|
53
|
+
[feature-list(1)]: feature-list.1.html
|
|
54
|
+
[feature-start(1)]: feature-start.1.html
|
|
55
|
+
[feature-switch(1)]: feature-switch.1.html
|
|
56
|
+
[feature-finish(1)]: feature-finish.1.html
|
|
57
|
+
[feature-merge(1)]: feature-merge.1.html
|
|
58
|
+
[feature-pull(1)]: feature-pull.1.html
|
|
59
|
+
[feature-status(1)]: feature-status.1.html
|
|
60
|
+
[feature-stashes(1)]: feature-stashes.1.html
|
|
61
|
+
[feature-clean(1)]: feature-clean.1.html
|
|
62
|
+
[feature-github-test(1)]: feature-github-test.1.html
|
|
63
|
+
[hotfix(1)]: hotfix.1.html
|
|
64
|
+
[hotfix-list(1)]: hotfix-list.1.html
|
|
65
|
+
[hotfix-start(1)]: hotfix-start.1.html
|
|
66
|
+
[hotfix-switch(1)]: hotfix-switch.1.html
|
|
67
|
+
[hotfix-finish(1)]: hotfix-finish.1.html
|
|
68
|
+
[hotfix-merge(1)]: hotfix-merge.1.html
|
|
69
|
+
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
|
70
|
+
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
|
71
|
+
[feature-prune(1)]: feature-prune.1.html
|
|
72
|
+
[feature-url(1)]: feature-url.1.html
|
|
73
|
+
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
|
74
|
+
[hotfix-url(1)]: hotfix-url.1.html
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-scripts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Beardsley
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2015-01-23 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|
|
@@ -41,20 +41,76 @@ dependencies:
|
|
|
41
41
|
- - "~>"
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: 1.22.0
|
|
44
|
+
- !ruby/object:Gem::Dependency
|
|
45
|
+
name: json
|
|
46
|
+
requirement: !ruby/object:Gem::Requirement
|
|
47
|
+
requirements:
|
|
48
|
+
- - "~>"
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: 1.8.0
|
|
51
|
+
type: :runtime
|
|
52
|
+
prerelease: false
|
|
53
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
54
|
+
requirements:
|
|
55
|
+
- - "~>"
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: 1.8.0
|
|
58
|
+
- !ruby/object:Gem::Dependency
|
|
59
|
+
name: multi_json
|
|
60
|
+
requirement: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - '='
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: 1.8.0
|
|
65
|
+
type: :runtime
|
|
66
|
+
prerelease: false
|
|
67
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
68
|
+
requirements:
|
|
69
|
+
- - '='
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: 1.8.0
|
|
44
72
|
- !ruby/object:Gem::Dependency
|
|
45
73
|
name: highline
|
|
46
74
|
requirement: !ruby/object:Gem::Requirement
|
|
47
75
|
requirements:
|
|
48
|
-
- -
|
|
76
|
+
- - '='
|
|
49
77
|
- !ruby/object:Gem::Version
|
|
50
|
-
version:
|
|
78
|
+
version: 1.6.19
|
|
51
79
|
type: :runtime
|
|
52
80
|
prerelease: false
|
|
53
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
82
|
requirements:
|
|
55
|
-
- -
|
|
83
|
+
- - '='
|
|
56
84
|
- !ruby/object:Gem::Version
|
|
57
|
-
version:
|
|
85
|
+
version: 1.6.19
|
|
86
|
+
- !ruby/object:Gem::Dependency
|
|
87
|
+
name: faraday
|
|
88
|
+
requirement: !ruby/object:Gem::Requirement
|
|
89
|
+
requirements:
|
|
90
|
+
- - '='
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: 0.8.8
|
|
93
|
+
type: :runtime
|
|
94
|
+
prerelease: false
|
|
95
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
96
|
+
requirements:
|
|
97
|
+
- - '='
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: 0.8.8
|
|
100
|
+
- !ruby/object:Gem::Dependency
|
|
101
|
+
name: faraday_middleware
|
|
102
|
+
requirement: !ruby/object:Gem::Requirement
|
|
103
|
+
requirements:
|
|
104
|
+
- - '='
|
|
105
|
+
- !ruby/object:Gem::Version
|
|
106
|
+
version: 0.9.0
|
|
107
|
+
type: :runtime
|
|
108
|
+
prerelease: false
|
|
109
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
110
|
+
requirements:
|
|
111
|
+
- - '='
|
|
112
|
+
- !ruby/object:Gem::Version
|
|
113
|
+
version: 0.9.0
|
|
58
114
|
description: User scripts for managing feature branches and hotfixes.
|
|
59
115
|
email:
|
|
60
116
|
- daniel@ifixit.com
|
|
@@ -83,46 +139,88 @@ files:
|
|
|
83
139
|
- lib/plugins.rb
|
|
84
140
|
- lib/signal_handlers.rb
|
|
85
141
|
- man/feature-clean.1
|
|
142
|
+
- man/feature-clean.1.html
|
|
143
|
+
- man/feature-clean.1.markdown
|
|
86
144
|
- man/feature-clean.1.ronn
|
|
87
145
|
- man/feature-finish-issue.1
|
|
146
|
+
- man/feature-finish-issue.1.html
|
|
147
|
+
- man/feature-finish-issue.1.markdown
|
|
88
148
|
- man/feature-finish-issue.1.ronn
|
|
89
149
|
- man/feature-finish.1
|
|
150
|
+
- man/feature-finish.1.html
|
|
151
|
+
- man/feature-finish.1.markdown
|
|
90
152
|
- man/feature-finish.1.ronn
|
|
91
153
|
- man/feature-github-test.1
|
|
154
|
+
- man/feature-github-test.1.html
|
|
155
|
+
- man/feature-github-test.1.markdown
|
|
92
156
|
- man/feature-github-test.1.ronn
|
|
93
157
|
- man/feature-list.1
|
|
158
|
+
- man/feature-list.1.html
|
|
159
|
+
- man/feature-list.1.markdown
|
|
94
160
|
- man/feature-list.1.ronn
|
|
95
161
|
- man/feature-merge.1
|
|
162
|
+
- man/feature-merge.1.html
|
|
163
|
+
- man/feature-merge.1.markdown
|
|
96
164
|
- man/feature-merge.1.ronn
|
|
97
165
|
- man/feature-prune.1
|
|
166
|
+
- man/feature-prune.1.html
|
|
167
|
+
- man/feature-prune.1.markdown
|
|
98
168
|
- man/feature-prune.1.ronn
|
|
99
169
|
- man/feature-start.1
|
|
170
|
+
- man/feature-start.1.html
|
|
171
|
+
- man/feature-start.1.markdown
|
|
100
172
|
- man/feature-start.1.ronn
|
|
101
173
|
- man/feature-stashes.1
|
|
174
|
+
- man/feature-stashes.1.html
|
|
175
|
+
- man/feature-stashes.1.markdown
|
|
102
176
|
- man/feature-stashes.1.ronn
|
|
103
177
|
- man/feature-status.1
|
|
178
|
+
- man/feature-status.1.html
|
|
179
|
+
- man/feature-status.1.markdown
|
|
104
180
|
- man/feature-status.1.ronn
|
|
105
181
|
- man/feature-switch.1
|
|
182
|
+
- man/feature-switch.1.html
|
|
183
|
+
- man/feature-switch.1.markdown
|
|
106
184
|
- man/feature-switch.1.ronn
|
|
107
185
|
- man/feature-url.1
|
|
186
|
+
- man/feature-url.1.html
|
|
187
|
+
- man/feature-url.1.markdown
|
|
108
188
|
- man/feature-url.1.ronn
|
|
109
189
|
- man/feature.1
|
|
190
|
+
- man/feature.1.html
|
|
191
|
+
- man/feature.1.markdown
|
|
110
192
|
- man/feature.1.ronn
|
|
111
193
|
- man/hotfix-finish-issue.1
|
|
194
|
+
- man/hotfix-finish-issue.1.html
|
|
195
|
+
- man/hotfix-finish-issue.1.markdown
|
|
112
196
|
- man/hotfix-finish-issue.1.ronn
|
|
113
197
|
- man/hotfix-finish.1
|
|
198
|
+
- man/hotfix-finish.1.html
|
|
199
|
+
- man/hotfix-finish.1.markdown
|
|
114
200
|
- man/hotfix-finish.1.ronn
|
|
115
201
|
- man/hotfix-list.1
|
|
202
|
+
- man/hotfix-list.1.html
|
|
203
|
+
- man/hotfix-list.1.markdown
|
|
116
204
|
- man/hotfix-list.1.ronn
|
|
117
205
|
- man/hotfix-merge.1
|
|
206
|
+
- man/hotfix-merge.1.html
|
|
207
|
+
- man/hotfix-merge.1.markdown
|
|
118
208
|
- man/hotfix-merge.1.ronn
|
|
119
209
|
- man/hotfix-start.1
|
|
210
|
+
- man/hotfix-start.1.html
|
|
211
|
+
- man/hotfix-start.1.markdown
|
|
120
212
|
- man/hotfix-start.1.ronn
|
|
121
213
|
- man/hotfix-switch.1
|
|
214
|
+
- man/hotfix-switch.1.html
|
|
215
|
+
- man/hotfix-switch.1.markdown
|
|
122
216
|
- man/hotfix-switch.1.ronn
|
|
123
217
|
- man/hotfix-url.1
|
|
218
|
+
- man/hotfix-url.1.html
|
|
219
|
+
- man/hotfix-url.1.markdown
|
|
124
220
|
- man/hotfix-url.1.ronn
|
|
125
221
|
- man/hotfix.1
|
|
222
|
+
- man/hotfix.1.html
|
|
223
|
+
- man/hotfix.1.markdown
|
|
126
224
|
- man/hotfix.1.ronn
|
|
127
225
|
- man/index.html
|
|
128
226
|
- man/index.txt
|