git-scripts 0.4.0 → 0.5.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 +4 -4
- data/README.md +8 -0
- data/bin/feature +81 -32
- data/bin/hotfix +40 -4
- data/completion/_feature +2 -1
- data/completion/bash_completion.sh +2 -2
- data/lib/github.rb +32 -6
- data/lib/helpers.rb +17 -6
- data/lib/plugins.rb +25 -0
- data/man/feature-finish-issue.1 +2 -2
- data/man/feature-finish-issue.1.ronn +1 -1
- data/man/feature-finish.1 +1 -1
- data/man/feature-switch.1 +12 -2
- data/man/feature-switch.1.ronn +5 -2
- data/man/feature-url.1 +22 -0
- data/man/feature-url.1.ronn +23 -0
- data/man/feature.1 +9 -1
- data/man/feature.1.ronn +4 -0
- data/man/hotfix-finish-issue.1 +2 -2
- data/man/hotfix-finish-issue.1.ronn +1 -1
- data/man/hotfix-finish.1 +1 -1
- data/man/hotfix-switch.1 +17 -1
- data/man/hotfix-switch.1.ronn +10 -2
- data/man/hotfix-url.1 +22 -0
- data/man/hotfix-url.1.ronn +23 -0
- data/man/hotfix.1 +9 -1
- data/man/hotfix.1.ronn +4 -0
- metadata +45 -78
- data/man/feature-clean.1.html +0 -120
- data/man/feature-clean.1.markdown +0 -61
- data/man/feature-finish-issue.1.html +0 -113
- data/man/feature-finish-issue.1.markdown +0 -56
- data/man/feature-finish.1.html +0 -113
- data/man/feature-finish.1.markdown +0 -56
- data/man/feature-github-test.1.html +0 -110
- data/man/feature-github-test.1.markdown +0 -53
- data/man/feature-list.1.html +0 -119
- data/man/feature-list.1.markdown +0 -60
- data/man/feature-merge.1.html +0 -116
- data/man/feature-merge.1.markdown +0 -59
- data/man/feature-prune.1.html +0 -116
- data/man/feature-prune.1.markdown +0 -60
- data/man/feature-start.1.html +0 -110
- data/man/feature-start.1.markdown +0 -53
- data/man/feature-stashes.1.html +0 -122
- data/man/feature-stashes.1.markdown +0 -63
- data/man/feature-status.1.html +0 -113
- data/man/feature-status.1.markdown +0 -56
- data/man/feature-switch.1.html +0 -120
- data/man/feature-switch.1.markdown +0 -61
- data/man/feature.1.html +0 -129
- data/man/feature.1.markdown +0 -80
- data/man/hotfix-finish-issue.1.html +0 -113
- data/man/hotfix-finish-issue.1.markdown +0 -56
- data/man/hotfix-finish.1.html +0 -112
- data/man/hotfix-finish.1.markdown +0 -55
- data/man/hotfix-list.1.html +0 -119
- data/man/hotfix-list.1.markdown +0 -60
- data/man/hotfix-merge.1.html +0 -116
- data/man/hotfix-merge.1.markdown +0 -59
- data/man/hotfix-start.1.html +0 -110
- data/man/hotfix-start.1.markdown +0 -53
- data/man/hotfix-switch.1.html +0 -112
- data/man/hotfix-switch.1.markdown +0 -55
- data/man/hotfix.1.html +0 -123
- data/man/hotfix.1.markdown +0 -68
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.
|
4
|
+
version: 0.5.0
|
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: 2014-12-15 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -70,95 +70,62 @@ extra_rdoc_files:
|
|
70
70
|
- README.md
|
71
71
|
files:
|
72
72
|
- COPYING
|
73
|
-
- Rakefile
|
74
73
|
- README.md
|
75
|
-
-
|
76
|
-
- completion/_hotfix
|
77
|
-
- completion/_feature
|
74
|
+
- Rakefile
|
78
75
|
- bin/feature
|
79
76
|
- bin/hotfix
|
77
|
+
- completion/_feature
|
78
|
+
- completion/_hotfix
|
79
|
+
- completion/bash_completion.sh
|
80
80
|
- lib/git.rb
|
81
|
-
- lib/helpers.rb
|
82
81
|
- lib/github.rb
|
82
|
+
- lib/helpers.rb
|
83
|
+
- lib/plugins.rb
|
83
84
|
- lib/signal_handlers.rb
|
84
|
-
- man/hotfix-list.1.html
|
85
|
-
- man/hotfix.1.ronn
|
86
|
-
- man/hotfix-finish.1.markdown
|
87
|
-
- man/index.txt
|
88
|
-
- man/hotfix.1
|
89
|
-
- man/feature-prune.1.ronn
|
90
|
-
- man/feature-github-test.1.markdown
|
91
|
-
- man/feature-clean.1.markdown
|
92
|
-
- man/feature-finish-issue.1.ronn
|
93
|
-
- man/hotfix-merge.1.ronn
|
94
|
-
- man/feature-stashes.1.html
|
95
|
-
- man/feature-finish-issue.1.html
|
96
|
-
- man/feature-github-test.1.html
|
97
|
-
- man/feature-list.1.html
|
98
|
-
- man/feature-status.1.markdown
|
99
|
-
- man/hotfix-finish.1
|
100
|
-
- man/hotfix-finish-issue.1
|
101
|
-
- man/hotfix-merge.1.html
|
102
|
-
- man/hotfix-finish-issue.1.ronn
|
103
|
-
- man/feature.1
|
104
85
|
- man/feature-clean.1
|
105
|
-
- man/feature-
|
86
|
+
- man/feature-clean.1.ronn
|
87
|
+
- man/feature-finish-issue.1
|
88
|
+
- man/feature-finish-issue.1.ronn
|
106
89
|
- man/feature-finish.1
|
107
|
-
- man/feature-finish
|
108
|
-
- man/
|
109
|
-
- man/
|
110
|
-
- man/feature-
|
111
|
-
- man/
|
112
|
-
- man/hotfix-start.1.markdown
|
113
|
-
- man/feature-finish.1.markdown
|
114
|
-
- man/feature-finish.1.html
|
90
|
+
- man/feature-finish.1.ronn
|
91
|
+
- man/feature-github-test.1
|
92
|
+
- man/feature-github-test.1.ronn
|
93
|
+
- man/feature-list.1
|
94
|
+
- man/feature-list.1.ronn
|
115
95
|
- man/feature-merge.1
|
116
|
-
- man/feature-status.1.html
|
117
|
-
- man/feature-status.1.ronn
|
118
|
-
- man/feature-finish-issue.1
|
119
|
-
- man/feature-merge.1.html
|
120
|
-
- man/feature-switch.1
|
121
|
-
- man/index.html
|
122
|
-
- man/hotfix-list.1.markdown
|
123
|
-
- man/hotfix-switch.1.html
|
124
96
|
- man/feature-merge.1.ronn
|
125
|
-
- man/feature-clean.1.ronn
|
126
|
-
- man/feature-list.1.ronn
|
127
|
-
- man/hotfix-list.1
|
128
|
-
- man/feature-status.1
|
129
97
|
- man/feature-prune.1
|
130
|
-
- man/feature-
|
131
|
-
- man/
|
132
|
-
- man/
|
133
|
-
- man/feature-stashes.1
|
134
|
-
- man/hotfix-start.1.html
|
135
|
-
- man/feature-switch.1.ronn
|
136
|
-
- man/feature-clean.1.html
|
137
|
-
- man/feature.1.html
|
138
|
-
- man/feature-start.1.html
|
139
|
-
- man/feature-prune.1.html
|
140
|
-
- man/feature-finish.1.ronn
|
98
|
+
- man/feature-prune.1.ronn
|
99
|
+
- man/feature-start.1
|
100
|
+
- man/feature-start.1.ronn
|
101
|
+
- man/feature-stashes.1
|
141
102
|
- man/feature-stashes.1.ronn
|
142
|
-
- man/
|
143
|
-
- man/
|
144
|
-
- man/
|
145
|
-
- man/feature-
|
146
|
-
- man/
|
147
|
-
- man/
|
148
|
-
- man/
|
149
|
-
- man/hotfix-list.1.ronn
|
150
|
-
- man/feature-github-test.1.ronn
|
103
|
+
- man/feature-status.1
|
104
|
+
- man/feature-status.1.ronn
|
105
|
+
- man/feature-switch.1
|
106
|
+
- man/feature-switch.1.ronn
|
107
|
+
- man/feature-url.1
|
108
|
+
- man/feature-url.1.ronn
|
109
|
+
- man/feature.1
|
151
110
|
- man/feature.1.ronn
|
152
|
-
- man/
|
153
|
-
- man/
|
154
|
-
- man/
|
155
|
-
- man/feature-stashes.1
|
156
|
-
- man/feature-prune.1.markdown
|
157
|
-
- man/feature-merge.1.markdown
|
158
|
-
- man/hotfix-switch.1
|
111
|
+
- man/hotfix-finish-issue.1
|
112
|
+
- man/hotfix-finish-issue.1.ronn
|
113
|
+
- man/hotfix-finish.1
|
159
114
|
- man/hotfix-finish.1.ronn
|
160
|
-
- man/
|
161
|
-
- man/
|
115
|
+
- man/hotfix-list.1
|
116
|
+
- man/hotfix-list.1.ronn
|
117
|
+
- man/hotfix-merge.1
|
118
|
+
- man/hotfix-merge.1.ronn
|
119
|
+
- man/hotfix-start.1
|
120
|
+
- man/hotfix-start.1.ronn
|
121
|
+
- man/hotfix-switch.1
|
122
|
+
- man/hotfix-switch.1.ronn
|
123
|
+
- man/hotfix-url.1
|
124
|
+
- man/hotfix-url.1.ronn
|
125
|
+
- man/hotfix.1
|
126
|
+
- man/hotfix.1.ronn
|
127
|
+
- man/index.html
|
128
|
+
- man/index.txt
|
162
129
|
homepage: http://ifixit.github.com/git-scripts/
|
163
130
|
licenses: []
|
164
131
|
metadata: {}
|
@@ -178,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
145
|
version: '0'
|
179
146
|
requirements: []
|
180
147
|
rubyforge_project:
|
181
|
-
rubygems_version: 2.
|
148
|
+
rubygems_version: 2.2.2
|
182
149
|
signing_key:
|
183
150
|
specification_version: 4
|
184
151
|
summary: User scripts for managing feature branches and hotfixes.
|
data/man/feature-clean.1.html
DELETED
@@ -1,120 +0,0 @@
|
|
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>feature-clean(1) - Remove untracked files and submodules.</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="#OPTIONS">OPTIONS</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'>feature-clean(1)</li>
|
73
|
-
<li class='tc'></li>
|
74
|
-
<li class='tr'>feature-clean(1)</li>
|
75
|
-
</ol>
|
76
|
-
|
77
|
-
<h2 id="NAME">NAME</h2>
|
78
|
-
<p class="man-name">
|
79
|
-
<code>feature-clean</code> - <span class="man-whatis">Remove untracked files and submodules.</span>
|
80
|
-
</p>
|
81
|
-
|
82
|
-
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
83
|
-
|
84
|
-
<p><code>feature clean</code> [--all]</p>
|
85
|
-
|
86
|
-
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
87
|
-
|
88
|
-
<p>Remove untracked files and submodules.</p>
|
89
|
-
|
90
|
-
<p>Compatible with hotfix branches.</p>
|
91
|
-
|
92
|
-
<h2 id="OPTIONS">OPTIONS</h2>
|
93
|
-
|
94
|
-
<dl>
|
95
|
-
<dt> <code>--clean</code></dt><dd> Remove all untracked .gitignored files as well.</dd>
|
96
|
-
</dl>
|
97
|
-
|
98
|
-
|
99
|
-
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
100
|
-
|
101
|
-
<p>Copyright (c) 2012-2013 iFixit.</p>
|
102
|
-
|
103
|
-
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
104
|
-
|
105
|
-
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
|
106
|
-
|
107
|
-
<h2 id="WWW">WWW</h2>
|
108
|
-
|
109
|
-
<p>https://github.com/iFixit/git-scripts</p>
|
110
|
-
|
111
|
-
|
112
|
-
<ol class='man-decor man-foot man foot'>
|
113
|
-
<li class='tl'>iFixit</li>
|
114
|
-
<li class='tc'>September 2013</li>
|
115
|
-
<li class='tr'>feature-clean(1)</li>
|
116
|
-
</ol>
|
117
|
-
|
118
|
-
</div>
|
119
|
-
</body>
|
120
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
feature-clean(1) - Remove untracked files and submodules.
|
2
|
-
=========================================================
|
3
|
-
|
4
|
-
## SYNOPSIS
|
5
|
-
|
6
|
-
`feature clean` [--all]
|
7
|
-
|
8
|
-
## DESCRIPTION
|
9
|
-
|
10
|
-
Remove untracked files and submodules.
|
11
|
-
|
12
|
-
Compatible with hotfix branches.
|
13
|
-
|
14
|
-
## OPTIONS
|
15
|
-
|
16
|
-
* `--clean`:
|
17
|
-
Remove all untracked .gitignored files as well.
|
18
|
-
|
19
|
-
## COPYRIGHT
|
20
|
-
|
21
|
-
Copyright (c) 2012-2013 iFixit.
|
22
|
-
|
23
|
-
## SEE ALSO
|
24
|
-
|
25
|
-
feature(1)
|
26
|
-
|
27
|
-
## WWW
|
28
|
-
|
29
|
-
https://github.com/iFixit/git-scripts
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
34
|
-
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
35
|
-
[OPTIONS]: #OPTIONS "OPTIONS"
|
36
|
-
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
37
|
-
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
38
|
-
[WWW]: #WWW "WWW"
|
39
|
-
|
40
|
-
|
41
|
-
[feature(1)]: feature.1.html
|
42
|
-
[feature-list(1)]: feature-list.1.html
|
43
|
-
[feature-start(1)]: feature-start.1.html
|
44
|
-
[feature-switch(1)]: feature-switch.1.html
|
45
|
-
[feature-finish(1)]: feature-finish.1.html
|
46
|
-
[feature-merge(1)]: feature-merge.1.html
|
47
|
-
[feature-pull(1)]: feature-pull.1.html
|
48
|
-
[feature-status(1)]: feature-status.1.html
|
49
|
-
[feature-stashes(1)]: feature-stashes.1.html
|
50
|
-
[feature-clean(1)]: feature-clean.1.html
|
51
|
-
[feature-github-test(1)]: feature-github-test.1.html
|
52
|
-
[hotfix(1)]: hotfix.1.html
|
53
|
-
[hotfix-list(1)]: hotfix-list.1.html
|
54
|
-
[hotfix-start(1)]: hotfix-start.1.html
|
55
|
-
[hotfix-switch(1)]: hotfix-switch.1.html
|
56
|
-
[hotfix-finish(1)]: hotfix-finish.1.html
|
57
|
-
[hotfix-merge(1)]: hotfix-merge.1.html
|
58
|
-
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
59
|
-
[feature-finish-issue(1)]: feature-finish-issue.1.html
|
60
|
-
[feature-prune(1)]: feature-prune.1.html
|
61
|
-
[hotfix-finish-issue(1)]: hotfix-finish-issue.1.html
|
@@ -1,113 +0,0 @@
|
|
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>feature-finish-issue(1) - Finish this feature branch and attach it to an issue.</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'>feature-finish-issue(1)</li>
|
72
|
-
<li class='tc'></li>
|
73
|
-
<li class='tr'>feature-finish-issue(1)</li>
|
74
|
-
</ol>
|
75
|
-
|
76
|
-
<h2 id="NAME">NAME</h2>
|
77
|
-
<p class="man-name">
|
78
|
-
<code>feature-finish-issue</code> - <span class="man-whatis">Finish this feature branch and attach it to an issue.</span>
|
79
|
-
</p>
|
80
|
-
|
81
|
-
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
82
|
-
|
83
|
-
<p><code>feature finish</code> <var>issue-number</var></p>
|
84
|
-
|
85
|
-
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
86
|
-
|
87
|
-
<p>Finish the current feature branch and optionally convert an existing issue
|
88
|
-
into a pull request. The pull's description defaults to the commit message
|
89
|
-
from the last commit on the branch with the issue's original title and
|
90
|
-
description underneath.</p>
|
91
|
-
|
92
|
-
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
93
|
-
|
94
|
-
<p>Copyright (c) 2012-2013 iFixit.</p>
|
95
|
-
|
96
|
-
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
97
|
-
|
98
|
-
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="feature-finish.1.html">feature-finish<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-finish.1.html">hotfix-finish<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-finish-issue.1.html">hotfix-finish-issue<span class="s">(1)</span></a></p>
|
99
|
-
|
100
|
-
<h2 id="WWW">WWW</h2>
|
101
|
-
|
102
|
-
<p>https://github.com/iFixit/git-scripts</p>
|
103
|
-
|
104
|
-
|
105
|
-
<ol class='man-decor man-foot man foot'>
|
106
|
-
<li class='tl'>iFixit</li>
|
107
|
-
<li class='tc'>September 2013</li>
|
108
|
-
<li class='tr'>feature-finish-issue(1)</li>
|
109
|
-
</ol>
|
110
|
-
|
111
|
-
</div>
|
112
|
-
</body>
|
113
|
-
</html>
|