git-scripts 0.1.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.
Files changed (77) hide show
  1. data/COPYING +21 -0
  2. data/README.md +124 -0
  3. data/Rakefile +35 -0
  4. data/bash_completion.sh +33 -0
  5. data/bin/feature +191 -0
  6. data/bin/hotfix +142 -0
  7. data/lib/git.rb +170 -0
  8. data/lib/github.rb +190 -0
  9. data/lib/helpers.rb +137 -0
  10. data/man/feature-clean.1 +28 -0
  11. data/man/feature-clean.1.html +115 -0
  12. data/man/feature-clean.1.markdown +53 -0
  13. data/man/feature-clean.1.ronn +26 -0
  14. data/man/feature-finish.1 +19 -0
  15. data/man/feature-finish.1.html +107 -0
  16. data/man/feature-finish.1.markdown +47 -0
  17. data/man/feature-finish.1.ronn +21 -0
  18. data/man/feature-github-test.1 +19 -0
  19. data/man/feature-github-test.1.html +105 -0
  20. data/man/feature-github-test.1.markdown +45 -0
  21. data/man/feature-github-test.1.ronn +19 -0
  22. data/man/feature-list.1 +19 -0
  23. data/man/feature-list.1.html +106 -0
  24. data/man/feature-list.1.markdown +46 -0
  25. data/man/feature-list.1.ronn +20 -0
  26. data/man/feature-merge.1 +22 -0
  27. data/man/feature-merge.1.html +110 -0
  28. data/man/feature-merge.1.markdown +50 -0
  29. data/man/feature-merge.1.ronn +24 -0
  30. data/man/feature-start.1 +19 -0
  31. data/man/feature-start.1.html +105 -0
  32. data/man/feature-start.1.markdown +45 -0
  33. data/man/feature-start.1.ronn +19 -0
  34. data/man/feature-stashes.1 +28 -0
  35. data/man/feature-stashes.1.html +117 -0
  36. data/man/feature-stashes.1.markdown +55 -0
  37. data/man/feature-stashes.1.ronn +28 -0
  38. data/man/feature-status.1 +22 -0
  39. data/man/feature-status.1.html +108 -0
  40. data/man/feature-status.1.markdown +48 -0
  41. data/man/feature-status.1.ronn +22 -0
  42. data/man/feature-switch.1 +25 -0
  43. data/man/feature-switch.1.html +113 -0
  44. data/man/feature-switch.1.markdown +51 -0
  45. data/man/feature-switch.1.ronn +24 -0
  46. data/man/feature.1 +61 -0
  47. data/man/feature.1.html +123 -0
  48. data/man/feature.1.markdown +70 -0
  49. data/man/feature.1.ronn +43 -0
  50. data/man/feature.html +140 -0
  51. data/man/hotfix-finish.1 +19 -0
  52. data/man/hotfix-finish.1.html +107 -0
  53. data/man/hotfix-finish.1.markdown +47 -0
  54. data/man/hotfix-finish.1.ronn +21 -0
  55. data/man/hotfix-list.1 +19 -0
  56. data/man/hotfix-list.1.html +106 -0
  57. data/man/hotfix-list.1.markdown +46 -0
  58. data/man/hotfix-list.1.ronn +20 -0
  59. data/man/hotfix-merge.1 +22 -0
  60. data/man/hotfix-merge.1.html +110 -0
  61. data/man/hotfix-merge.1.markdown +50 -0
  62. data/man/hotfix-merge.1.ronn +24 -0
  63. data/man/hotfix-start.1 +19 -0
  64. data/man/hotfix-start.1.html +105 -0
  65. data/man/hotfix-start.1.markdown +45 -0
  66. data/man/hotfix-start.1.ronn +19 -0
  67. data/man/hotfix-switch.1 +19 -0
  68. data/man/hotfix-switch.1.html +105 -0
  69. data/man/hotfix-switch.1.markdown +45 -0
  70. data/man/hotfix-switch.1.ronn +19 -0
  71. data/man/hotfix.1 +41 -0
  72. data/man/hotfix.1.html +118 -0
  73. data/man/hotfix.1.markdown +60 -0
  74. data/man/hotfix.1.ronn +33 -0
  75. data/man/index.html +7 -0
  76. data/man/index.txt +21 -0
  77. metadata +177 -0
@@ -0,0 +1,108 @@
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-status(1) - Determine if the current branch is up-to-date with the remote 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
+ </div>
68
+
69
+ <ol class='man-decor man-head man head'>
70
+ <li class='tl'>feature-status(1)</li>
71
+ <li class='tc'></li>
72
+ <li class='tr'>feature-status(1)</li>
73
+ </ol>
74
+
75
+ <h2 id="NAME">NAME</h2>
76
+ <p class="man-name">
77
+ <code>feature-status</code> - <span class="man-whatis">Determine if the current branch is up-to-date with the remote branch.</span>
78
+ </p>
79
+
80
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
81
+
82
+ <p><code>feature status</code></p>
83
+
84
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
85
+
86
+ <p>Determine if the current branch is up-to-date with the remote branch. If there
87
+ are differences, show a graphical git log between the two branches.</p>
88
+
89
+ <p>Compatible with hotfix branches.</p>
90
+
91
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
92
+
93
+ <p>Copyright (c) 2012-2013 iFixit.</p>
94
+
95
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
96
+
97
+ <p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
98
+
99
+
100
+ <ol class='man-decor man-foot man foot'>
101
+ <li class='tl'>iFixit</li>
102
+ <li class='tc'>February 2013</li>
103
+ <li class='tr'>feature-status(1)</li>
104
+ </ol>
105
+
106
+ </div>
107
+ </body>
108
+ </html>
@@ -0,0 +1,48 @@
1
+ feature-status(1) - Determine if the current branch is up-to-date with the remote branch.
2
+ =========================================================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature status`
7
+
8
+ ## DESCRIPTION
9
+
10
+ Determine if the current branch is up-to-date with the remote branch. If there
11
+ are differences, show a graphical git log between the two branches.
12
+
13
+ Compatible with hotfix branches.
14
+
15
+ ## COPYRIGHT
16
+
17
+ Copyright (c) 2012-2013 iFixit.
18
+
19
+ ## SEE ALSO
20
+
21
+ feature(1)
22
+
23
+
24
+
25
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
26
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
27
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
28
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
29
+
30
+
31
+ [feature(1)]: feature.1.html
32
+ [feature-list(1)]: feature-list.1.html
33
+ [feature-start(1)]: feature-start.1.html
34
+ [feature-switch(1)]: feature-switch.1.html
35
+ [feature-finish(1)]: feature-finish.1.html
36
+ [feature-merge(1)]: feature-merge.1.html
37
+ [feature-pull(1)]: feature-pull.1.html
38
+ [feature-status(1)]: feature-status.1.html
39
+ [feature-stashes(1)]: feature-stashes.1.html
40
+ [feature-clean(1)]: feature-clean.1.html
41
+ [feature-github-test(1)]: feature-github-test.1.html
42
+ [hotfix(1)]: hotfix.1.html
43
+ [hotfix-list(1)]: hotfix-list.1.html
44
+ [hotfix-start(1)]: hotfix-start.1.html
45
+ [hotfix-switch(1)]: hotfix-switch.1.html
46
+ [hotfix-finish(1)]: hotfix-finish.1.html
47
+ [hotfix-merge(1)]: hotfix-merge.1.html
48
+ [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
@@ -0,0 +1,22 @@
1
+ feature-status(1) - Determine if the current branch is up-to-date with the remote branch.
2
+ =========================================================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature status`
7
+
8
+ ## DESCRIPTION
9
+
10
+ Determine if the current branch is up-to-date with the remote branch. If there
11
+ are differences, show a graphical git log between the two branches.
12
+
13
+ Compatible with hotfix branches.
14
+
15
+ ## COPYRIGHT
16
+
17
+ Copyright (c) 2012-2013 iFixit.
18
+
19
+ ## SEE ALSO
20
+
21
+ feature(1)
22
+
@@ -0,0 +1,25 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "FEATURE\-SWITCH" "1" "February 2013" "iFixit" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBfeature\-switch\fR \- Switch to another feature branch\.
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBfeature switch\fR \fIname\-of\-feature\fR [\-\-clean]
11
+ .
12
+ .SH "DESCRIPTION"
13
+ Switch to the \fIname\-of\-feature\fR branch\.
14
+ .
15
+ .SH "OPTIONS"
16
+ .
17
+ .TP
18
+ \fB\-\-clean\fR
19
+ Remove files that aren\'t tracked in \fIname\-of\-feature\fR\.
20
+ .
21
+ .SH "COPYRIGHT"
22
+ Copyright (c) 2012\-2013 iFixit\.
23
+ .
24
+ .SH "SEE ALSO"
25
+ feature(1), hotfix\-switch(1)
@@ -0,0 +1,113 @@
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-switch(1) - Switch to another 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="#OPTIONS">OPTIONS</a>
66
+ <a href="#COPYRIGHT">COPYRIGHT</a>
67
+ <a href="#SEE-ALSO">SEE ALSO</a>
68
+ </div>
69
+
70
+ <ol class='man-decor man-head man head'>
71
+ <li class='tl'>feature-switch(1)</li>
72
+ <li class='tc'></li>
73
+ <li class='tr'>feature-switch(1)</li>
74
+ </ol>
75
+
76
+ <h2 id="NAME">NAME</h2>
77
+ <p class="man-name">
78
+ <code>feature-switch</code> - <span class="man-whatis">Switch to another feature branch.</span>
79
+ </p>
80
+
81
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
82
+
83
+ <p><code>feature switch</code> <var>name-of-feature</var> [--clean]</p>
84
+
85
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
86
+
87
+ <p>Switch to the <var>name-of-feature</var> branch.</p>
88
+
89
+ <h2 id="OPTIONS">OPTIONS</h2>
90
+
91
+ <dl>
92
+ <dt> <code>--clean</code></dt><dd> Remove files that aren't tracked in <var>name-of-feature</var>.</dd>
93
+ </dl>
94
+
95
+
96
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
97
+
98
+ <p>Copyright (c) 2012-2013 iFixit.</p>
99
+
100
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
101
+
102
+ <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
+ <ol class='man-decor man-foot man foot'>
106
+ <li class='tl'>iFixit</li>
107
+ <li class='tc'>February 2013</li>
108
+ <li class='tr'>feature-switch(1)</li>
109
+ </ol>
110
+
111
+ </div>
112
+ </body>
113
+ </html>
@@ -0,0 +1,51 @@
1
+ feature-switch(1) - Switch to another feature branch.
2
+ =====================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature switch` <var>name-of-feature</var> [--clean]
7
+
8
+ ## DESCRIPTION
9
+
10
+ Switch to the <var>name-of-feature</var> branch.
11
+
12
+ ## OPTIONS
13
+
14
+ * `--clean`:
15
+ Remove files that aren't tracked in <var>name-of-feature</var>.
16
+
17
+ ## COPYRIGHT
18
+
19
+ Copyright (c) 2012-2013 iFixit.
20
+
21
+ ## SEE ALSO
22
+
23
+ feature(1), hotfix-switch(1)
24
+
25
+
26
+
27
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
28
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
29
+ [OPTIONS]: #OPTIONS "OPTIONS"
30
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
31
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
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/
@@ -0,0 +1,24 @@
1
+ feature-switch(1) - Switch to another feature branch.
2
+ =====================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature switch` <name-of-feature> [--clean]
7
+
8
+ ## DESCRIPTION
9
+
10
+ Switch to the <name-of-feature> branch.
11
+
12
+ ## OPTIONS
13
+
14
+ * `--clean`:
15
+ Remove files that aren't tracked in <name-of-feature>.
16
+
17
+ ## COPYRIGHT
18
+
19
+ Copyright (c) 2012-2013 iFixit.
20
+
21
+ ## SEE ALSO
22
+
23
+ feature(1), hotfix-switch(1)
24
+
data/man/feature.1 ADDED
@@ -0,0 +1,61 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "FEATURE" "1" "February 2013" "iFixit" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBfeature\fR \- Perform actions on a git feature branch\.
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBfeature\fR \fIcommand\fR [\fIargs\fR]
11
+ .
12
+ .SH "DESCRIPTION"
13
+ \fBFeature\fR is a helper script for a modified git\-flow model, in which it and \fBhotfix\fR are the primary actors\.
14
+ .
15
+ .SH "COMMANDS"
16
+ .
17
+ .TP
18
+ feature\-list(1)
19
+ List the current branch and any available feature branches\.
20
+ .
21
+ .TP
22
+ feature\-start(1)
23
+ Start a new feature branch\.
24
+ .
25
+ .TP
26
+ feature\-switch(1)
27
+ Switch to another feature branch\.
28
+ .
29
+ .TP
30
+ feature\-finish(1)
31
+ Finish this feature branch (push and open a pull request)\.
32
+ .
33
+ .TP
34
+ feature\-merge(1)
35
+ Merge a feature branch into the development branch\.
36
+ .
37
+ .TP
38
+ feature\-pull(1)
39
+ Pull remote updates into this branch\.
40
+ .
41
+ .TP
42
+ feature\-status(1)
43
+ Determine if the current branch is up\-to\-date with the remote branch\.
44
+ .
45
+ .TP
46
+ feature\-stashes(1)
47
+ Show stashes saved on the current branch\.
48
+ .
49
+ .TP
50
+ feature\-clean(1)
51
+ Remove untracked files and submodules\.
52
+ .
53
+ .TP
54
+ feature\-github\-test(1)
55
+ Test Github authentication\.
56
+ .
57
+ .SH "COPYRIGHT"
58
+ Copyright (c) 2012\-2013 iFixit\.
59
+ .
60
+ .SH "SEE ALSO"
61
+ hotfix(1), git(1)
@@ -0,0 +1,123 @@
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(1) - Perform actions on a git 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="#COMMANDS">COMMANDS</a>
66
+ <a href="#COPYRIGHT">COPYRIGHT</a>
67
+ <a href="#SEE-ALSO">SEE ALSO</a>
68
+ </div>
69
+
70
+ <ol class='man-decor man-head man head'>
71
+ <li class='tl'>feature(1)</li>
72
+ <li class='tc'></li>
73
+ <li class='tr'>feature(1)</li>
74
+ </ol>
75
+
76
+ <h2 id="NAME">NAME</h2>
77
+ <p class="man-name">
78
+ <code>feature</code> - <span class="man-whatis">Perform actions on a git feature branch.</span>
79
+ </p>
80
+
81
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
82
+
83
+ <p><code>feature</code> <var>command</var> [<var>args</var>]</p>
84
+
85
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
86
+
87
+ <p><strong>Feature</strong> is a helper script for a modified git-flow model, in which it and
88
+ <code>hotfix</code> are the primary actors.</p>
89
+
90
+ <h2 id="COMMANDS">COMMANDS</h2>
91
+
92
+ <dl>
93
+ <dt> <a class="man-ref" href="feature-list.1.html">feature-list<span class="s">(1)</span></a></dt><dd> List the current branch and any available feature branches.</dd>
94
+ <dt> <a class="man-ref" href="feature-start.1.html">feature-start<span class="s">(1)</span></a></dt><dd> Start a new feature branch.</dd>
95
+ <dt> <a class="man-ref" href="feature-switch.1.html">feature-switch<span class="s">(1)</span></a></dt><dd> Switch to another feature branch.</dd>
96
+ <dt> <a class="man-ref" href="feature-finish.1.html">feature-finish<span class="s">(1)</span></a></dt><dd> Finish this feature branch (push and open a pull request).</dd>
97
+ <dt> <a class="man-ref" href="feature-merge.1.html">feature-merge<span class="s">(1)</span></a></dt><dd> Merge a feature branch into the development branch.</dd>
98
+ <dt> <a class="man-ref" href="feature-pull.1.html">feature-pull<span class="s">(1)</span></a></dt><dd> Pull remote updates into this branch.</dd>
99
+ <dt> <a class="man-ref" href="feature-status.1.html">feature-status<span class="s">(1)</span></a></dt><dd> Determine if the current branch is up-to-date with the remote branch.</dd>
100
+ <dt> <a class="man-ref" href="feature-stashes.1.html">feature-stashes<span class="s">(1)</span></a></dt><dd> Show stashes saved on the current branch.</dd>
101
+ <dt> <a class="man-ref" href="feature-clean.1.html">feature-clean<span class="s">(1)</span></a></dt><dd> Remove untracked files and submodules.</dd>
102
+ <dt> <a class="man-ref" href="feature-github-test.1.html">feature-github-test<span class="s">(1)</span></a></dt><dd> Test Github authentication.</dd>
103
+ </dl>
104
+
105
+
106
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
107
+
108
+ <p>Copyright (c) 2012-2013 iFixit.</p>
109
+
110
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
111
+
112
+ <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
+ <ol class='man-decor man-foot man foot'>
116
+ <li class='tl'>iFixit</li>
117
+ <li class='tc'>February 2013</li>
118
+ <li class='tr'>feature(1)</li>
119
+ </ol>
120
+
121
+ </div>
122
+ </body>
123
+ </html>
@@ -0,0 +1,70 @@
1
+ feature(1) - Perform actions on a git feature branch.
2
+ ==========================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature` <var>command</var> [<var>args</var>]
7
+
8
+ ## DESCRIPTION
9
+
10
+ **Feature** is a helper script for a modified git-flow model, in which it and
11
+ `hotfix` are the primary actors.
12
+
13
+ ## COMMANDS
14
+
15
+ * feature-list(1):
16
+ List the current branch and any available feature branches.
17
+ * feature-start(1):
18
+ Start a new feature branch.
19
+ * feature-switch(1):
20
+ Switch to another feature branch.
21
+ * feature-finish(1):
22
+ Finish this feature branch (push and open a pull request).
23
+ * feature-merge(1):
24
+ Merge a feature branch into the development branch.
25
+ * feature-pull(1):
26
+ Pull remote updates into this branch.
27
+ * feature-status(1):
28
+ Determine if the current branch is up-to-date with the remote branch.
29
+ * feature-stashes(1):
30
+ Show stashes saved on the current branch.
31
+ * feature-clean(1):
32
+ Remove untracked files and submodules.
33
+ * feature-github-test(1):
34
+ Test Github authentication.
35
+
36
+ ## COPYRIGHT
37
+
38
+ Copyright (c) 2012-2013 iFixit.
39
+
40
+ ## SEE ALSO
41
+
42
+ hotfix(1), git(1)
43
+
44
+
45
+
46
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
47
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
48
+ [COMMANDS]: #COMMANDS "COMMANDS"
49
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
50
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
51
+
52
+
53
+ [feature(1)]: feature.1.html
54
+ [feature-list(1)]: feature-list.1.html
55
+ [feature-start(1)]: feature-start.1.html
56
+ [feature-switch(1)]: feature-switch.1.html
57
+ [feature-finish(1)]: feature-finish.1.html
58
+ [feature-merge(1)]: feature-merge.1.html
59
+ [feature-pull(1)]: feature-pull.1.html
60
+ [feature-status(1)]: feature-status.1.html
61
+ [feature-stashes(1)]: feature-stashes.1.html
62
+ [feature-clean(1)]: feature-clean.1.html
63
+ [feature-github-test(1)]: feature-github-test.1.html
64
+ [hotfix(1)]: hotfix.1.html
65
+ [hotfix-list(1)]: hotfix-list.1.html
66
+ [hotfix-start(1)]: hotfix-start.1.html
67
+ [hotfix-switch(1)]: hotfix-switch.1.html
68
+ [hotfix-finish(1)]: hotfix-finish.1.html
69
+ [hotfix-merge(1)]: hotfix-merge.1.html
70
+ [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/