git-scripts 0.1.0 → 0.2.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 +17 -0
- data/bin/feature +101 -32
- data/bin/hotfix +61 -71
- data/lib/git.rb +50 -16
- data/lib/github.rb +4 -4
- data/lib/helpers.rb +46 -6
- data/lib/signal_handlers.rb +3 -0
- data/man/feature-clean.1 +4 -1
- data/man/feature-clean.1.html +6 -1
- data/man/feature-clean.1.markdown +5 -0
- data/man/feature-clean.1.ronn +4 -0
- data/man/feature-finish.1 +4 -1
- data/man/feature-finish.1.html +6 -1
- data/man/feature-finish.1.markdown +5 -0
- data/man/feature-finish.1.ronn +4 -0
- data/man/feature-github-test.1 +4 -1
- data/man/feature-github-test.1.html +6 -1
- data/man/feature-github-test.1.markdown +5 -0
- data/man/feature-github-test.1.ronn +4 -0
- data/man/feature-list.1 +4 -1
- data/man/feature-list.1.html +6 -1
- data/man/feature-list.1.markdown +5 -0
- data/man/feature-list.1.ronn +4 -0
- data/man/feature-merge.1 +4 -1
- data/man/feature-merge.1.html +6 -1
- data/man/feature-merge.1.markdown +5 -0
- data/man/feature-merge.1.ronn +4 -0
- data/man/feature-prune.1 +37 -0
- data/man/feature-prune.1.ronn +30 -0
- data/man/feature-start.1 +4 -1
- data/man/feature-start.1.html +6 -1
- data/man/feature-start.1.markdown +5 -0
- data/man/feature-start.1.ronn +4 -0
- data/man/feature-stashes.1 +4 -1
- data/man/feature-stashes.1.html +6 -1
- data/man/feature-stashes.1.markdown +5 -0
- data/man/feature-stashes.1.ronn +4 -0
- data/man/feature-status.1 +4 -1
- data/man/feature-status.1.html +6 -1
- data/man/feature-status.1.markdown +5 -0
- data/man/feature-status.1.ronn +4 -0
- data/man/feature-switch.1 +4 -1
- data/man/feature-switch.1.html +6 -1
- data/man/feature-switch.1.markdown +5 -0
- data/man/feature-switch.1.ronn +4 -0
- data/man/feature.1 +8 -1
- data/man/feature.1.html +6 -1
- data/man/feature.1.markdown +5 -0
- data/man/feature.1.ronn +6 -0
- data/man/hotfix-finish.1 +4 -1
- data/man/hotfix-finish.1.html +6 -1
- data/man/hotfix-finish.1.markdown +5 -0
- data/man/hotfix-finish.1.ronn +4 -0
- data/man/hotfix-list.1 +4 -1
- data/man/hotfix-list.1.html +6 -1
- data/man/hotfix-list.1.markdown +5 -0
- data/man/hotfix-list.1.ronn +4 -0
- data/man/hotfix-merge.1 +4 -1
- data/man/hotfix-merge.1.html +6 -1
- data/man/hotfix-merge.1.markdown +5 -0
- data/man/hotfix-merge.1.ronn +4 -0
- data/man/hotfix-start.1 +4 -1
- data/man/hotfix-start.1.html +6 -1
- data/man/hotfix-start.1.markdown +5 -0
- data/man/hotfix-start.1.ronn +4 -0
- data/man/hotfix-switch.1 +4 -1
- data/man/hotfix-switch.1.html +6 -1
- data/man/hotfix-switch.1.markdown +5 -0
- data/man/hotfix-switch.1.ronn +4 -0
- data/man/hotfix.1 +4 -1
- data/man/hotfix.1.html +6 -1
- data/man/hotfix.1.markdown +5 -0
- data/man/hotfix.1.ronn +4 -0
- metadata +5 -2
data/man/feature-status.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -96,10 +97,14 @@ are differences, show a graphical git log between the two branches.</p>
|
|
96
97
|
|
97
98
|
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
|
98
99
|
|
100
|
+
<h2 id="WWW">WWW</h2>
|
101
|
+
|
102
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
103
|
+
|
99
104
|
|
100
105
|
<ol class='man-decor man-foot man foot'>
|
101
106
|
<li class='tl'>iFixit</li>
|
102
|
-
<li class='tc'>
|
107
|
+
<li class='tc'>April 2013</li>
|
103
108
|
<li class='tr'>feature-status(1)</li>
|
104
109
|
</ol>
|
105
110
|
|
@@ -20,12 +20,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
20
20
|
|
21
21
|
feature(1)
|
22
22
|
|
23
|
+
## WWW
|
24
|
+
|
25
|
+
https://github.com/iFixit/git-scripts
|
26
|
+
|
23
27
|
|
24
28
|
|
25
29
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
26
30
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
27
31
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
28
32
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
33
|
+
[WWW]: #WWW "WWW"
|
29
34
|
|
30
35
|
|
31
36
|
[feature(1)]: feature.1.html
|
data/man/feature-status.1.ronn
CHANGED
data/man/feature-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 "FEATURE\-SWITCH" "1" "
|
4
|
+
.TH "FEATURE\-SWITCH" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBfeature\-switch\fR \- Switch to another feature branch\.
|
@@ -23,3 +23,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
23
23
|
.
|
24
24
|
.SH "SEE ALSO"
|
25
25
|
feature(1), hotfix\-switch(1)
|
26
|
+
.
|
27
|
+
.SH "WWW"
|
28
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/feature-switch.1.html
CHANGED
@@ -65,6 +65,7 @@
|
|
65
65
|
<a href="#OPTIONS">OPTIONS</a>
|
66
66
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
67
67
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
68
|
+
<a href="#WWW">WWW</a>
|
68
69
|
</div>
|
69
70
|
|
70
71
|
<ol class='man-decor man-head man head'>
|
@@ -101,10 +102,14 @@
|
|
101
102
|
|
102
103
|
<p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-switch.1.html">hotfix-switch<span class="s">(1)</span></a></p>
|
103
104
|
|
105
|
+
<h2 id="WWW">WWW</h2>
|
106
|
+
|
107
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
108
|
+
|
104
109
|
|
105
110
|
<ol class='man-decor man-foot man foot'>
|
106
111
|
<li class='tl'>iFixit</li>
|
107
|
-
<li class='tc'>
|
112
|
+
<li class='tc'>April 2013</li>
|
108
113
|
<li class='tr'>feature-switch(1)</li>
|
109
114
|
</ol>
|
110
115
|
|
@@ -22,6 +22,10 @@ Copyright (c) 2012-2013 iFixit.
|
|
22
22
|
|
23
23
|
feature(1), hotfix-switch(1)
|
24
24
|
|
25
|
+
## WWW
|
26
|
+
|
27
|
+
https://github.com/iFixit/git-scripts
|
28
|
+
|
25
29
|
|
26
30
|
|
27
31
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
@@ -29,6 +33,7 @@ feature(1), hotfix-switch(1)
|
|
29
33
|
[OPTIONS]: #OPTIONS "OPTIONS"
|
30
34
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
31
35
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
36
|
+
[WWW]: #WWW "WWW"
|
32
37
|
|
33
38
|
|
34
39
|
[feature(1)]: feature.1.html
|
data/man/feature-switch.1.ronn
CHANGED
data/man/feature.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 "FEATURE" "1" "
|
4
|
+
.TH "FEATURE" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBfeature\fR \- Perform actions on a git feature branch\.
|
@@ -39,6 +39,10 @@ feature\-pull(1)
|
|
39
39
|
Pull remote updates into this branch\.
|
40
40
|
.
|
41
41
|
.TP
|
42
|
+
feature\-prune(1)
|
43
|
+
Remove old branches on local or origin\.
|
44
|
+
.
|
45
|
+
.TP
|
42
46
|
feature\-status(1)
|
43
47
|
Determine if the current branch is up\-to\-date with the remote branch\.
|
44
48
|
.
|
@@ -59,3 +63,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
59
63
|
.
|
60
64
|
.SH "SEE ALSO"
|
61
65
|
hotfix(1), git(1)
|
66
|
+
.
|
67
|
+
.SH "WWW"
|
68
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/feature.1.html
CHANGED
@@ -65,6 +65,7 @@
|
|
65
65
|
<a href="#COMMANDS">COMMANDS</a>
|
66
66
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
67
67
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
68
|
+
<a href="#WWW">WWW</a>
|
68
69
|
</div>
|
69
70
|
|
70
71
|
<ol class='man-decor man-head man head'>
|
@@ -111,10 +112,14 @@
|
|
111
112
|
|
112
113
|
<p><a class="man-ref" href="hotfix.1.html">hotfix<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>
|
113
114
|
|
115
|
+
<h2 id="WWW">WWW</h2>
|
116
|
+
|
117
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
118
|
+
|
114
119
|
|
115
120
|
<ol class='man-decor man-foot man foot'>
|
116
121
|
<li class='tl'>iFixit</li>
|
117
|
-
<li class='tc'>
|
122
|
+
<li class='tc'>April 2013</li>
|
118
123
|
<li class='tr'>feature(1)</li>
|
119
124
|
</ol>
|
120
125
|
|
data/man/feature.1.markdown
CHANGED
@@ -41,6 +41,10 @@ Copyright (c) 2012-2013 iFixit.
|
|
41
41
|
|
42
42
|
hotfix(1), git(1)
|
43
43
|
|
44
|
+
## WWW
|
45
|
+
|
46
|
+
https://github.com/iFixit/git-scripts
|
47
|
+
|
44
48
|
|
45
49
|
|
46
50
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
@@ -48,6 +52,7 @@ hotfix(1), git(1)
|
|
48
52
|
[COMMANDS]: #COMMANDS "COMMANDS"
|
49
53
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
50
54
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
55
|
+
[WWW]: #WWW "WWW"
|
51
56
|
|
52
57
|
|
53
58
|
[feature(1)]: feature.1.html
|
data/man/feature.1.ronn
CHANGED
@@ -24,6 +24,8 @@ feature(1) - Perform actions on a git feature branch.
|
|
24
24
|
Merge a feature branch into the development branch.
|
25
25
|
* feature-pull(1):
|
26
26
|
Pull remote updates into this branch.
|
27
|
+
* feature-prune(1):
|
28
|
+
Remove old branches on local or origin.
|
27
29
|
* feature-status(1):
|
28
30
|
Determine if the current branch is up-to-date with the remote branch.
|
29
31
|
* feature-stashes(1):
|
@@ -41,3 +43,7 @@ Copyright (c) 2012-2013 iFixit.
|
|
41
43
|
|
42
44
|
hotfix(1), git(1)
|
43
45
|
|
46
|
+
## WWW
|
47
|
+
|
48
|
+
https://github.com/iFixit/git-scripts
|
49
|
+
|
data/man/hotfix-finish.1
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "HOTFIX\-FINISH" "1" "
|
4
|
+
.TH "HOTFIX\-FINISH" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-finish\fR \- Finish this hotfix branch\.
|
@@ -17,3 +17,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
18
18
|
.SH "SEE ALSO"
|
19
19
|
hotfix(1), feature\-finish(1)
|
20
|
+
.
|
21
|
+
.SH "WWW"
|
22
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-finish.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -95,10 +96,14 @@ default to the commit message from the last commit on the branch.</p>
|
|
95
96
|
|
96
97
|
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-finish.1.html">feature-finish<span class="s">(1)</span></a></p>
|
97
98
|
|
99
|
+
<h2 id="WWW">WWW</h2>
|
100
|
+
|
101
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
102
|
+
|
98
103
|
|
99
104
|
<ol class='man-decor man-foot man foot'>
|
100
105
|
<li class='tl'>iFixit</li>
|
101
|
-
<li class='tc'>
|
106
|
+
<li class='tc'>April 2013</li>
|
102
107
|
<li class='tr'>hotfix-finish(1)</li>
|
103
108
|
</ol>
|
104
109
|
|
@@ -19,12 +19,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
19
19
|
|
20
20
|
hotfix(1), feature-finish(1)
|
21
21
|
|
22
|
+
## WWW
|
23
|
+
|
24
|
+
https://github.com/iFixit/git-scripts
|
25
|
+
|
22
26
|
|
23
27
|
|
24
28
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
25
29
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
26
30
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
27
31
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
32
|
+
[WWW]: #WWW "WWW"
|
28
33
|
|
29
34
|
|
30
35
|
[feature(1)]: feature.1.html
|
data/man/hotfix-finish.1.ronn
CHANGED
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" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-list\fR \- Lists the current branch and any available hotfix branches\.
|
@@ -17,3 +17,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
18
18
|
.SH "SEE ALSO"
|
19
19
|
hotfix(1), feature\-list(1)
|
20
|
+
.
|
21
|
+
.SH "WWW"
|
22
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-list.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -94,10 +95,14 @@ hash, and relative time of last commit on each branch.</p>
|
|
94
95
|
|
95
96
|
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-list.1.html">feature-list<span class="s">(1)</span></a></p>
|
96
97
|
|
98
|
+
<h2 id="WWW">WWW</h2>
|
99
|
+
|
100
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
101
|
+
|
97
102
|
|
98
103
|
<ol class='man-decor man-foot man foot'>
|
99
104
|
<li class='tl'>iFixit</li>
|
100
|
-
<li class='tc'>
|
105
|
+
<li class='tc'>April 2013</li>
|
101
106
|
<li class='tr'>hotfix-list(1)</li>
|
102
107
|
</ol>
|
103
108
|
|
data/man/hotfix-list.1.markdown
CHANGED
@@ -18,12 +18,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
18
18
|
|
19
19
|
hotfix(1), feature-list(1)
|
20
20
|
|
21
|
+
## WWW
|
22
|
+
|
23
|
+
https://github.com/iFixit/git-scripts
|
24
|
+
|
21
25
|
|
22
26
|
|
23
27
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
24
28
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
25
29
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
26
30
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
31
|
+
[WWW]: #WWW "WWW"
|
27
32
|
|
28
33
|
|
29
34
|
[feature(1)]: feature.1.html
|
data/man/hotfix-list.1.ronn
CHANGED
data/man/hotfix-merge.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\-MERGE" "1" "
|
4
|
+
.TH "HOTFIX\-MERGE" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-merge\fR \- Merge a hotfix branch into stable and the development branch\.
|
@@ -20,3 +20,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
20
20
|
.
|
21
21
|
.SH "SEE ALSO"
|
22
22
|
hotfix(1), feature\-merge(1)
|
23
|
+
.
|
24
|
+
.SH "WWW"
|
25
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-merge.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -98,10 +99,14 @@ the pull request associated with the branch.</p>
|
|
98
99
|
|
99
100
|
<p><a class="man-ref" href="hotfix.1.html">hotfix<span class="s">(1)</span></a>, <a class="man-ref" href="feature-merge.1.html">feature-merge<span class="s">(1)</span></a></p>
|
100
101
|
|
102
|
+
<h2 id="WWW">WWW</h2>
|
103
|
+
|
104
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
105
|
+
|
101
106
|
|
102
107
|
<ol class='man-decor man-foot man foot'>
|
103
108
|
<li class='tl'>iFixit</li>
|
104
|
-
<li class='tc'>
|
109
|
+
<li class='tc'>April 2013</li>
|
105
110
|
<li class='tr'>hotfix-merge(1)</li>
|
106
111
|
</ol>
|
107
112
|
|
data/man/hotfix-merge.1.markdown
CHANGED
@@ -22,12 +22,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
22
22
|
|
23
23
|
hotfix(1), feature-merge(1)
|
24
24
|
|
25
|
+
## WWW
|
26
|
+
|
27
|
+
https://github.com/iFixit/git-scripts
|
28
|
+
|
25
29
|
|
26
30
|
|
27
31
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
28
32
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
29
33
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
30
34
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
35
|
+
[WWW]: #WWW "WWW"
|
31
36
|
|
32
37
|
|
33
38
|
[feature(1)]: feature.1.html
|
data/man/hotfix-merge.1.ronn
CHANGED
data/man/hotfix-start.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\-START" "1" "
|
4
|
+
.TH "HOTFIX\-START" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-start\fR \- Start a new hotfix branch\.
|
@@ -17,3 +17,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
18
18
|
.SH "SEE ALSO"
|
19
19
|
hotfix(1), feature\-start(1)
|
20
|
+
.
|
21
|
+
.SH "WWW"
|
22
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-start.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -93,10 +94,14 @@
|
|
93
94
|
|
94
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>
|
95
96
|
|
97
|
+
<h2 id="WWW">WWW</h2>
|
98
|
+
|
99
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
100
|
+
|
96
101
|
|
97
102
|
<ol class='man-decor man-foot man foot'>
|
98
103
|
<li class='tl'>iFixit</li>
|
99
|
-
<li class='tc'>
|
104
|
+
<li class='tc'>April 2013</li>
|
100
105
|
<li class='tr'>hotfix-start(1)</li>
|
101
106
|
</ol>
|
102
107
|
|
data/man/hotfix-start.1.markdown
CHANGED
@@ -17,12 +17,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
17
17
|
|
18
18
|
hotfix(1), feature-start(1)
|
19
19
|
|
20
|
+
## WWW
|
21
|
+
|
22
|
+
https://github.com/iFixit/git-scripts
|
23
|
+
|
20
24
|
|
21
25
|
|
22
26
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
23
27
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
24
28
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
25
29
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
30
|
+
[WWW]: #WWW "WWW"
|
26
31
|
|
27
32
|
|
28
33
|
[feature(1)]: feature.1.html
|
data/man/hotfix-start.1.ronn
CHANGED
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" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\-switch\fR \- Switch to another hotfix branch\.
|
@@ -17,3 +17,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
17
17
|
.
|
18
18
|
.SH "SEE ALSO"
|
19
19
|
hotfix(1), feature\-switch(1)
|
20
|
+
.
|
21
|
+
.SH "WWW"
|
22
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix-switch.1.html
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
65
65
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
66
66
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
67
|
+
<a href="#WWW">WWW</a>
|
67
68
|
</div>
|
68
69
|
|
69
70
|
<ol class='man-decor man-head man head'>
|
@@ -93,10 +94,14 @@
|
|
93
94
|
|
94
95
|
<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>
|
95
96
|
|
97
|
+
<h2 id="WWW">WWW</h2>
|
98
|
+
|
99
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
100
|
+
|
96
101
|
|
97
102
|
<ol class='man-decor man-foot man foot'>
|
98
103
|
<li class='tl'>iFixit</li>
|
99
|
-
<li class='tc'>
|
104
|
+
<li class='tc'>April 2013</li>
|
100
105
|
<li class='tr'>hotfix-switch(1)</li>
|
101
106
|
</ol>
|
102
107
|
|
@@ -17,12 +17,17 @@ Copyright (c) 2012-2013 iFixit.
|
|
17
17
|
|
18
18
|
hotfix(1), feature-switch(1)
|
19
19
|
|
20
|
+
## WWW
|
21
|
+
|
22
|
+
https://github.com/iFixit/git-scripts
|
23
|
+
|
20
24
|
|
21
25
|
|
22
26
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
23
27
|
[DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
|
24
28
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
25
29
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
30
|
+
[WWW]: #WWW "WWW"
|
26
31
|
|
27
32
|
|
28
33
|
[feature(1)]: feature.1.html
|
data/man/hotfix-switch.1.ronn
CHANGED
data/man/hotfix.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" "1" "
|
4
|
+
.TH "HOTFIX" "1" "April 2013" "iFixit" ""
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBhotfix\fR \- Perform actions on a git hotfix branch\.
|
@@ -39,3 +39,6 @@ Copyright (c) 2012\-2013 iFixit\.
|
|
39
39
|
.
|
40
40
|
.SH "SEE ALSO"
|
41
41
|
feature(1), git(1)
|
42
|
+
.
|
43
|
+
.SH "WWW"
|
44
|
+
https://github\.com/iFixit/git\-scripts
|
data/man/hotfix.1.html
CHANGED
@@ -65,6 +65,7 @@
|
|
65
65
|
<a href="#COMMANDS">COMMANDS</a>
|
66
66
|
<a href="#COPYRIGHT">COPYRIGHT</a>
|
67
67
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
68
|
+
<a href="#WWW">WWW</a>
|
68
69
|
</div>
|
69
70
|
|
70
71
|
<ol class='man-decor man-head man head'>
|
@@ -106,10 +107,14 @@
|
|
106
107
|
|
107
108
|
<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>
|
108
109
|
|
110
|
+
<h2 id="WWW">WWW</h2>
|
111
|
+
|
112
|
+
<p>https://github.com/iFixit/git-scripts</p>
|
113
|
+
|
109
114
|
|
110
115
|
<ol class='man-decor man-foot man foot'>
|
111
116
|
<li class='tl'>iFixit</li>
|
112
|
-
<li class='tc'>
|
117
|
+
<li class='tc'>April 2013</li>
|
113
118
|
<li class='tr'>hotfix(1)</li>
|
114
119
|
</ol>
|
115
120
|
|
data/man/hotfix.1.markdown
CHANGED
@@ -31,6 +31,10 @@ Copyright (c) 2012-2013 iFixit.
|
|
31
31
|
|
32
32
|
feature(1), git(1)
|
33
33
|
|
34
|
+
## WWW
|
35
|
+
|
36
|
+
https://github.com/iFixit/git-scripts
|
37
|
+
|
34
38
|
|
35
39
|
|
36
40
|
[SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
|
@@ -38,6 +42,7 @@ feature(1), git(1)
|
|
38
42
|
[COMMANDS]: #COMMANDS "COMMANDS"
|
39
43
|
[COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
|
40
44
|
[SEE ALSO]: #SEE-ALSO "SEE ALSO"
|
45
|
+
[WWW]: #WWW "WWW"
|
41
46
|
|
42
47
|
|
43
48
|
[feature(1)]: feature.1.html
|
data/man/hotfix.1.ronn
CHANGED
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.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-07-23 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- bin/hotfix
|
82
82
|
- bin/feature
|
83
83
|
- lib/git.rb
|
84
|
+
- lib/signal_handlers.rb
|
84
85
|
- lib/helpers.rb
|
85
86
|
- lib/github.rb
|
86
87
|
- man/hotfix-switch.1.html
|
@@ -107,6 +108,7 @@ files:
|
|
107
108
|
- man/feature-switch.1.html
|
108
109
|
- man/hotfix-start.1
|
109
110
|
- man/index.html
|
111
|
+
- man/feature-prune.1.ronn
|
110
112
|
- man/feature-list.1.html
|
111
113
|
- man/hotfix-list.1.markdown
|
112
114
|
- man/feature-github-test.1.ronn
|
@@ -132,6 +134,7 @@ files:
|
|
132
134
|
- man/feature-clean.1.markdown
|
133
135
|
- man/feature-merge.1
|
134
136
|
- man/hotfix-finish.1
|
137
|
+
- man/feature-prune.1
|
135
138
|
- man/feature-status.1.ronn
|
136
139
|
- man/feature-start.1
|
137
140
|
- man/hotfix-list.1.html
|