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/hotfix-switch.1.ronn
CHANGED
|
@@ -4,10 +4,12 @@ hotfix-switch(1) - Switch to another hotfix branch.
|
|
|
4
4
|
## SYNOPSIS
|
|
5
5
|
|
|
6
6
|
`hotfix switch` <name-of-hotfix>
|
|
7
|
+
`hotfix switch` -n <number-of-pull>
|
|
7
8
|
|
|
8
9
|
## DESCRIPTION
|
|
9
10
|
|
|
10
|
-
Switch to the <name-of-hotfix> branch
|
|
11
|
+
Switch to the <name-of-hotfix> branch, or with the -n argument switch
|
|
12
|
+
to the branch with a pull request numbered <number-of-pull>
|
|
11
13
|
|
|
12
14
|
## COPYRIGHT
|
|
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>hotfix-
|
|
6
|
+
<title>hotfix-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'>hotfix-
|
|
65
|
+
<li class='tl'>hotfix-url(1)</li>
|
|
72
66
|
<li class='tc'></li>
|
|
73
|
-
<li class='tr'>hotfix-
|
|
67
|
+
<li class='tr'>hotfix-url(1)</li>
|
|
74
68
|
</ol>
|
|
75
69
|
|
|
76
70
|
<h2 id="NAME">NAME</h2>
|
|
77
71
|
<p class="man-name">
|
|
78
|
-
<code>hotfix-
|
|
72
|
+
<code>hotfix-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>hotfix
|
|
77
|
+
<p><code>hotfix url</code> [name-of-hotfix]</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="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-
|
|
89
|
+
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-url.1.html">feature-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'>hotfix-
|
|
98
|
+
<li class='tc'>August 2013</li>
|
|
99
|
+
<li class='tr'>hotfix-url(1)</li>
|
|
106
100
|
</ol>
|
|
107
101
|
|
|
108
102
|
</div>
|
data/man/hotfix.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:
|
|
@@ -92,6 +86,7 @@
|
|
|
92
86
|
|
|
93
87
|
<dl>
|
|
94
88
|
<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>
|
|
89
|
+
<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>
|
|
95
90
|
<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>
|
|
96
91
|
<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>
|
|
97
92
|
<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>
|
|
@@ -114,7 +109,7 @@
|
|
|
114
109
|
|
|
115
110
|
<ol class='man-decor man-foot man foot'>
|
|
116
111
|
<li class='tl'>iFixit</li>
|
|
117
|
-
<li class='tc'>
|
|
112
|
+
<li class='tc'>August 2013</li>
|
|
118
113
|
<li class='tr'>hotfix(1)</li>
|
|
119
114
|
</ol>
|
|
120
115
|
|
metadata
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-scripts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Daniel Beardsley
|
|
9
9
|
- James Pearson
|
|
10
10
|
- Tim Asp
|
|
11
|
+
- Robin Choudhury
|
|
11
12
|
autorequire:
|
|
12
13
|
bindir: bin
|
|
13
14
|
cert_chain: []
|
|
14
|
-
date: 2013-
|
|
15
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
|
15
16
|
dependencies:
|
|
16
17
|
- !ruby/object:Gem::Dependency
|
|
17
18
|
name: bundler
|
|
@@ -66,6 +67,7 @@ email:
|
|
|
66
67
|
- daniel@ifixit.com
|
|
67
68
|
- james@ifixit.com
|
|
68
69
|
- tim@ifixit.com
|
|
70
|
+
- robin@ifixit.com
|
|
69
71
|
executables:
|
|
70
72
|
- feature
|
|
71
73
|
- hotfix
|
|
@@ -77,52 +79,40 @@ files:
|
|
|
77
79
|
- COPYING
|
|
78
80
|
- Rakefile
|
|
79
81
|
- README.md
|
|
80
|
-
-
|
|
82
|
+
- completion/_feature
|
|
83
|
+
- completion/bash_completion.sh
|
|
84
|
+
- completion/_hotfix
|
|
81
85
|
- bin/hotfix
|
|
82
86
|
- bin/feature
|
|
83
87
|
- lib/git.rb
|
|
84
88
|
- lib/signal_handlers.rb
|
|
85
89
|
- lib/helpers.rb
|
|
86
90
|
- lib/github.rb
|
|
87
|
-
- man/hotfix-switch.1.html
|
|
88
|
-
- man/hotfix-start.1.html
|
|
89
|
-
- man/feature-status.1.html
|
|
90
|
-
- man/feature-stashes.1.html
|
|
91
91
|
- man/hotfix-merge.1.ronn
|
|
92
92
|
- man/feature-github-test.1
|
|
93
93
|
- man/hotfix-switch.1.ronn
|
|
94
|
+
- man/hotfix-finish-issue.1
|
|
94
95
|
- man/feature.1.html
|
|
95
96
|
- man/feature-stashes.1.ronn
|
|
96
|
-
- man/feature-clean.1.html
|
|
97
97
|
- man/hotfix.1
|
|
98
|
+
- man/feature-finish-issue.1
|
|
98
99
|
- man/hotfix-switch.1
|
|
99
100
|
- man/feature-stashes.1
|
|
100
|
-
- man/feature-start.1.markdown
|
|
101
|
-
- man/feature-start.1.html
|
|
102
101
|
- man/hotfix.1.html
|
|
103
|
-
- man/feature-
|
|
104
|
-
- man/hotfix-finish.1.markdown
|
|
102
|
+
- man/feature-url.1.html
|
|
105
103
|
- man/hotfix-merge.1.html
|
|
106
|
-
- man/feature-stashes.1.markdown
|
|
107
104
|
- man/feature-merge.1.html
|
|
108
105
|
- man/feature-switch.1.html
|
|
109
106
|
- man/hotfix-start.1
|
|
110
107
|
- man/index.html
|
|
111
108
|
- man/feature-prune.1.ronn
|
|
112
109
|
- man/feature-list.1.html
|
|
113
|
-
- man/hotfix-list.1.markdown
|
|
114
110
|
- man/feature-github-test.1.ronn
|
|
115
111
|
- man/feature.1.ronn
|
|
116
|
-
- man/feature.1.markdown
|
|
117
|
-
- man/feature-switch.1.markdown
|
|
118
|
-
- man/hotfix.1.markdown
|
|
119
|
-
- man/hotfix-merge.1.markdown
|
|
120
112
|
- man/hotfix.1.ronn
|
|
121
|
-
- man/
|
|
113
|
+
- man/hotfix-url.1.html
|
|
122
114
|
- man/hotfix-finish.1.ronn
|
|
123
|
-
- man/feature-merge.1.markdown
|
|
124
115
|
- man/feature-start.1.ronn
|
|
125
|
-
- man/hotfix-finish.1.html
|
|
126
116
|
- man/hotfix-merge.1
|
|
127
117
|
- man/index.txt
|
|
128
118
|
- man/feature-merge.1.ronn
|
|
@@ -131,28 +121,23 @@ files:
|
|
|
131
121
|
- man/feature.1
|
|
132
122
|
- man/hotfix-list.1.ronn
|
|
133
123
|
- man/feature-clean.1.ronn
|
|
134
|
-
- man/feature-clean.1.markdown
|
|
135
124
|
- man/feature-merge.1
|
|
136
125
|
- man/hotfix-finish.1
|
|
137
126
|
- man/feature-prune.1
|
|
127
|
+
- man/feature-finish-issue.1.ronn
|
|
138
128
|
- man/feature-status.1.ronn
|
|
139
129
|
- man/feature-start.1
|
|
140
130
|
- man/hotfix-list.1.html
|
|
141
131
|
- man/feature-list.1.ronn
|
|
142
|
-
- man/feature.html
|
|
143
132
|
- man/feature-finish.1.ronn
|
|
144
133
|
- man/feature-status.1
|
|
145
134
|
- man/feature-finish.1.html
|
|
146
|
-
- man/hotfix-switch.1.markdown
|
|
147
|
-
- man/feature-status.1.markdown
|
|
148
135
|
- man/feature-clean.1
|
|
149
|
-
- man/feature-github-test.1.markdown
|
|
150
136
|
- man/hotfix-list.1
|
|
151
137
|
- man/feature-switch.1.ronn
|
|
152
138
|
- man/feature-switch.1
|
|
153
|
-
- man/hotfix-
|
|
139
|
+
- man/hotfix-finish-issue.1.ronn
|
|
154
140
|
- man/hotfix-start.1.ronn
|
|
155
|
-
- man/feature-finish.1.markdown
|
|
156
141
|
homepage: http://ifixit.github.com/git-scripts/
|
|
157
142
|
licenses: []
|
|
158
143
|
post_install_message:
|
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'>April 2013</li>
|
|
115
|
-
<li class='tr'>feature-clean(1)</li>
|
|
116
|
-
</ol>
|
|
117
|
-
|
|
118
|
-
</div>
|
|
119
|
-
</body>
|
|
120
|
-
</html>
|
|
@@ -1,58 +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/
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
feature-finish(1) - Finish this feature branch.
|
|
2
|
-
===============================================
|
|
3
|
-
|
|
4
|
-
## SYNOPSIS
|
|
5
|
-
|
|
6
|
-
`feature finish` <var>name-of-feature</var>
|
|
7
|
-
|
|
8
|
-
## DESCRIPTION
|
|
9
|
-
|
|
10
|
-
Finish the current feature 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
|
-
feature(1), hotfix-finish(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/
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
feature-github-test(1) - Test Github authentication.
|
|
2
|
-
=========================================================
|
|
3
|
-
|
|
4
|
-
## SYNOPSIS
|
|
5
|
-
|
|
6
|
-
`feature github-test`
|
|
7
|
-
|
|
8
|
-
## DESCRIPTION
|
|
9
|
-
|
|
10
|
-
Test Github authentication.
|
|
11
|
-
|
|
12
|
-
## COPYRIGHT
|
|
13
|
-
|
|
14
|
-
Copyright (c) 2012-2013 iFixit.
|
|
15
|
-
|
|
16
|
-
## SEE ALSO
|
|
17
|
-
|
|
18
|
-
feature(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/
|
data/man/feature-list.1.markdown
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
feature-list(1) - Lists the current branch and any available feature branches.
|
|
2
|
-
==============================================================================
|
|
3
|
-
|
|
4
|
-
## SYNOPSIS
|
|
5
|
-
|
|
6
|
-
`feature list`
|
|
7
|
-
|
|
8
|
-
## DESCRIPTION
|
|
9
|
-
|
|
10
|
-
Lists the current branch and any available feature branches. Shows the author,
|
|
11
|
-
hash, and relative time of last commit on each branch.
|
|
12
|
-
|
|
13
|
-
## COPYRIGHT
|
|
14
|
-
|
|
15
|
-
Copyright (c) 2012-2013 iFixit.
|
|
16
|
-
|
|
17
|
-
## SEE ALSO
|
|
18
|
-
|
|
19
|
-
feature(1), hotfix-list(1)
|
|
20
|
-
|
|
21
|
-
## WWW
|
|
22
|
-
|
|
23
|
-
https://github.com/iFixit/git-scripts
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
|
28
|
-
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
|
29
|
-
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
|
30
|
-
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
|
31
|
-
[WWW]: #WWW "WWW"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
[feature(1)]: feature.1.html
|
|
35
|
-
[feature-list(1)]: feature-list.1.html
|
|
36
|
-
[feature-start(1)]: feature-start.1.html
|
|
37
|
-
[feature-switch(1)]: feature-switch.1.html
|
|
38
|
-
[feature-finish(1)]: feature-finish.1.html
|
|
39
|
-
[feature-merge(1)]: feature-merge.1.html
|
|
40
|
-
[feature-pull(1)]: feature-pull.1.html
|
|
41
|
-
[feature-status(1)]: feature-status.1.html
|
|
42
|
-
[feature-stashes(1)]: feature-stashes.1.html
|
|
43
|
-
[feature-clean(1)]: feature-clean.1.html
|
|
44
|
-
[feature-github-test(1)]: feature-github-test.1.html
|
|
45
|
-
[hotfix(1)]: hotfix.1.html
|
|
46
|
-
[hotfix-list(1)]: hotfix-list.1.html
|
|
47
|
-
[hotfix-start(1)]: hotfix-start.1.html
|
|
48
|
-
[hotfix-switch(1)]: hotfix-switch.1.html
|
|
49
|
-
[hotfix-finish(1)]: hotfix-finish.1.html
|
|
50
|
-
[hotfix-merge(1)]: hotfix-merge.1.html
|
|
51
|
-
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
feature-merge(1) - Merge a feature branch into the development branch.
|
|
2
|
-
======================================================================
|
|
3
|
-
|
|
4
|
-
## SYNOPSIS
|
|
5
|
-
|
|
6
|
-
`feature merge` [name-of-feature]
|
|
7
|
-
|
|
8
|
-
## DESCRIPTION
|
|
9
|
-
|
|
10
|
-
Merge a feature branch into _feature.development_branch_. If `name-of-feature`
|
|
11
|
-
is not specified, the current branch will be used. `feature merge` will
|
|
12
|
-
attempt to prefill the merge message with a link to and the text of the pull
|
|
13
|
-
request associated with the branch.
|
|
14
|
-
|
|
15
|
-
Deletes the local copy of the branch on success.
|
|
16
|
-
|
|
17
|
-
## COPYRIGHT
|
|
18
|
-
|
|
19
|
-
Copyright (c) 2012-2013 iFixit.
|
|
20
|
-
|
|
21
|
-
## SEE ALSO
|
|
22
|
-
|
|
23
|
-
feature(1), hotfix-merge(1)
|
|
24
|
-
|
|
25
|
-
## WWW
|
|
26
|
-
|
|
27
|
-
https://github.com/iFixit/git-scripts
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
|
32
|
-
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
|
33
|
-
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
|
34
|
-
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
|
35
|
-
[WWW]: #WWW "WWW"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
[feature(1)]: feature.1.html
|
|
39
|
-
[feature-list(1)]: feature-list.1.html
|
|
40
|
-
[feature-start(1)]: feature-start.1.html
|
|
41
|
-
[feature-switch(1)]: feature-switch.1.html
|
|
42
|
-
[feature-finish(1)]: feature-finish.1.html
|
|
43
|
-
[feature-merge(1)]: feature-merge.1.html
|
|
44
|
-
[feature-pull(1)]: feature-pull.1.html
|
|
45
|
-
[feature-status(1)]: feature-status.1.html
|
|
46
|
-
[feature-stashes(1)]: feature-stashes.1.html
|
|
47
|
-
[feature-clean(1)]: feature-clean.1.html
|
|
48
|
-
[feature-github-test(1)]: feature-github-test.1.html
|
|
49
|
-
[hotfix(1)]: hotfix.1.html
|
|
50
|
-
[hotfix-list(1)]: hotfix-list.1.html
|
|
51
|
-
[hotfix-start(1)]: hotfix-start.1.html
|
|
52
|
-
[hotfix-switch(1)]: hotfix-switch.1.html
|
|
53
|
-
[hotfix-finish(1)]: hotfix-finish.1.html
|
|
54
|
-
[hotfix-merge(1)]: hotfix-merge.1.html
|
|
55
|
-
[git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
|