git-scripts 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e5d80b708d282d506e10b2c2b2a70efcb888bd8cf85722f70cf8d3d62adcdb0
4
- data.tar.gz: f087693642161ef49da12207a75471daa82effe96dfc2f63cfc669ab98a50185
3
+ metadata.gz: 5d2b96c4be7d1dd067bcf81cf48b6547ea829ccc988aac7d3205e0997d268092
4
+ data.tar.gz: 8230fc52651fcd4a416ccc56220e300edf46f9bb0feaec2e9268ce6de89b98ef
5
5
  SHA512:
6
- metadata.gz: d4fc9f06c243191725a23cb5fc1baad0dc2e21ad9dbfc69ce0121aaad7207187c4d68bbdc54efe282a300a626d9012ba696fc41aa0f68a9d651ca5002ae24dbf
7
- data.tar.gz: cee8d4b300803a86a526f2c0a251954ac7977c684c9e64781f32be5c935b5aa102640542bf8494380a8309257f12d48acd5405eb51aed385820870293d1e8590
6
+ metadata.gz: cdebfcdb6cb67a5fad9c0c46d1897c52322dc897fcd8cc8ffb83f541988ef99fd6a57ee77c407795d7887d52cc2312006b3293d0883f3b289e143b39339045ef
7
+ data.tar.gz: d3bfb96df02afe548dabc2a095dfe61e57214aa2708fdd85770fcd074bb1789493d34f3943c2542444969fc893d1e70f2590c35841c048bc55005797a8b0256b
@@ -1,4 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'rubygems'
3
+ require 'bundler/setup'
4
+
2
5
  require_relative '../lib/signal_handlers.rb'
3
6
  require_relative '../lib/github.rb'
4
7
  require_relative '../lib/git.rb'
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.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Beardsley
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2019-12-05 00:00:00.000000000 Z
16
+ date: 2020-03-23 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler
@@ -84,52 +84,28 @@ files:
84
84
  - lib/plugins.rb
85
85
  - lib/signal_handlers.rb
86
86
  - man/feature-finish-issue.1
87
- - man/feature-finish-issue.1.html
88
- - man/feature-finish-issue.1.markdown
89
87
  - man/feature-finish-issue.1.ronn
90
88
  - man/feature-finish.1
91
- - man/feature-finish.1.html
92
- - man/feature-finish.1.markdown
93
89
  - man/feature-finish.1.ronn
94
90
  - man/feature-github-test.1
95
- - man/feature-github-test.1.html
96
- - man/feature-github-test.1.markdown
97
91
  - man/feature-github-test.1.ronn
98
92
  - man/feature-list.1
99
- - man/feature-list.1.html
100
- - man/feature-list.1.markdown
101
93
  - man/feature-list.1.ronn
102
94
  - man/feature-merge.1
103
- - man/feature-merge.1.html
104
- - man/feature-merge.1.markdown
105
95
  - man/feature-merge.1.ronn
106
96
  - man/feature-prune.1
107
- - man/feature-prune.1.html
108
- - man/feature-prune.1.markdown
109
97
  - man/feature-prune.1.ronn
110
98
  - man/feature-start.1
111
- - man/feature-start.1.html
112
- - man/feature-start.1.markdown
113
99
  - man/feature-start.1.ronn
114
100
  - man/feature-stashes.1
115
- - man/feature-stashes.1.html
116
- - man/feature-stashes.1.markdown
117
101
  - man/feature-stashes.1.ronn
118
102
  - man/feature-status.1
119
- - man/feature-status.1.html
120
- - man/feature-status.1.markdown
121
103
  - man/feature-status.1.ronn
122
104
  - man/feature-switch.1
123
- - man/feature-switch.1.html
124
- - man/feature-switch.1.markdown
125
105
  - man/feature-switch.1.ronn
126
106
  - man/feature-url.1
127
- - man/feature-url.1.html
128
- - man/feature-url.1.markdown
129
107
  - man/feature-url.1.ronn
130
108
  - man/feature.1
131
- - man/feature.1.html
132
- - man/feature.1.markdown
133
109
  - man/feature.1.ronn
134
110
  - man/index.html
135
111
  - man/index.txt
@@ -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-issue</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></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'>November 2019</li>
108
- <li class='tr'>feature-finish-issue(1)</li>
109
- </ol>
110
-
111
- </div>
112
- </body>
113
- </html>
@@ -1,49 +0,0 @@
1
- feature-finish-issue(1) - Finish this feature branch and attach it to an issue.
2
- ===============================================
3
-
4
- ## SYNOPSIS
5
-
6
- `feature finish-issue` <var>issue-number</var>
7
-
8
- ## DESCRIPTION
9
-
10
- Finish the current feature branch and optionally convert an existing issue
11
- into a pull request. The pull's description defaults to the commit message
12
- from the last commit on the branch with the issue's original title and
13
- description underneath.
14
-
15
- ## COPYRIGHT
16
-
17
- Copyright (c) 2012-2013 iFixit.
18
-
19
- ## SEE ALSO
20
-
21
- feature(1), feature-finish(1)
22
-
23
- ## WWW
24
-
25
- https://github.com/iFixit/git-scripts
26
-
27
-
28
-
29
- [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
30
- [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
31
- [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
32
- [SEE ALSO]: #SEE-ALSO "SEE ALSO"
33
- [WWW]: #WWW "WWW"
34
-
35
-
36
- [feature(1)]: feature.1.html
37
- [feature-list(1)]: feature-list.1.html
38
- [feature-start(1)]: feature-start.1.html
39
- [feature-switch(1)]: feature-switch.1.html
40
- [feature-finish(1)]: feature-finish.1.html
41
- [feature-merge(1)]: feature-merge.1.html
42
- [feature-pull(1)]: feature-pull.1.html
43
- [feature-status(1)]: feature-status.1.html
44
- [feature-stashes(1)]: feature-stashes.1.html
45
- [feature-github-test(1)]: feature-github-test.1.html
46
- [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
47
- [feature-finish-issue(1)]: feature-finish-issue.1.html
48
- [feature-prune(1)]: feature-prune.1.html
49
- [feature-url(1)]: feature-url.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(1) - Finish this feature 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'>feature-finish(1)</li>
72
- <li class='tc'></li>
73
- <li class='tr'>feature-finish(1)</li>
74
- </ol>
75
-
76
- <h2 id="NAME">NAME</h2>
77
- <p class="man-name">
78
- <code>feature-finish</code> - <span class="man-whatis">Finish this feature branch.</span>
79
- </p>
80
-
81
- <h2 id="SYNOPSIS">SYNOPSIS</h2>
82
-
83
- <p><code>feature finish</code> [name-of-feature]</p>
84
-
85
- <h2 id="DESCRIPTION">DESCRIPTION</h2>
86
-
87
- <p>Finish the current feature branch or the one specified. Push all remote commits
88
- to the remote and optionally open a pull request. If a pull request is opened,
89
- the message will default to the commit message from the last commit on the
90
- branch.</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-issue.1.html">feature-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'>November 2019</li>
108
- <li class='tr'>feature-finish(1)</li>
109
- </ol>
110
-
111
- </div>
112
- </body>
113
- </html>
@@ -1,49 +0,0 @@
1
- feature-finish(1) - Finish this feature branch.
2
- ===============================================
3
-
4
- ## SYNOPSIS
5
-
6
- `feature finish` [name-of-feature]
7
-
8
- ## DESCRIPTION
9
-
10
- Finish the current feature branch or the one specified. Push all remote commits
11
- to the remote and optionally open a pull request. If a pull request is opened,
12
- the message will default to the commit message from the last commit on the
13
- branch.
14
-
15
- ## COPYRIGHT
16
-
17
- Copyright (c) 2012-2013 iFixit.
18
-
19
- ## SEE ALSO
20
-
21
- feature(1), feature-finish-issue(1)
22
-
23
- ## WWW
24
-
25
- https://github.com/iFixit/git-scripts
26
-
27
-
28
-
29
- [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
30
- [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
31
- [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
32
- [SEE ALSO]: #SEE-ALSO "SEE ALSO"
33
- [WWW]: #WWW "WWW"
34
-
35
-
36
- [feature(1)]: feature.1.html
37
- [feature-list(1)]: feature-list.1.html
38
- [feature-start(1)]: feature-start.1.html
39
- [feature-switch(1)]: feature-switch.1.html
40
- [feature-finish(1)]: feature-finish.1.html
41
- [feature-merge(1)]: feature-merge.1.html
42
- [feature-pull(1)]: feature-pull.1.html
43
- [feature-status(1)]: feature-status.1.html
44
- [feature-stashes(1)]: feature-stashes.1.html
45
- [feature-github-test(1)]: feature-github-test.1.html
46
- [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
47
- [feature-finish-issue(1)]: feature-finish-issue.1.html
48
- [feature-prune(1)]: feature-prune.1.html
49
- [feature-url(1)]: feature-url.1.html
@@ -1,110 +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-github-test(1) - Test Github authentication.</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-github-test(1)</li>
72
- <li class='tc'></li>
73
- <li class='tr'>feature-github-test(1)</li>
74
- </ol>
75
-
76
- <h2 id="NAME">NAME</h2>
77
- <p class="man-name">
78
- <code>feature-github-test</code> - <span class="man-whatis">Test Github authentication.</span>
79
- </p>
80
-
81
- <h2 id="SYNOPSIS">SYNOPSIS</h2>
82
-
83
- <p><code>feature github-test</code></p>
84
-
85
- <h2 id="DESCRIPTION">DESCRIPTION</h2>
86
-
87
- <p>Test Github authentication.</p>
88
-
89
- <h2 id="COPYRIGHT">COPYRIGHT</h2>
90
-
91
- <p>Copyright (c) 2012-2013 iFixit.</p>
92
-
93
- <h2 id="SEE-ALSO">SEE ALSO</h2>
94
-
95
- <p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
96
-
97
- <h2 id="WWW">WWW</h2>
98
-
99
- <p>https://github.com/iFixit/git-scripts</p>
100
-
101
-
102
- <ol class='man-decor man-foot man foot'>
103
- <li class='tl'>iFixit</li>
104
- <li class='tc'>July 2013</li>
105
- <li class='tr'>feature-github-test(1)</li>
106
- </ol>
107
-
108
- </div>
109
- </body>
110
- </html>