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,110 @@
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-merge(1) - Merge a feature branch into the development 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-merge(1)</li>
71
+ <li class='tc'></li>
72
+ <li class='tr'>feature-merge(1)</li>
73
+ </ol>
74
+
75
+ <h2 id="NAME">NAME</h2>
76
+ <p class="man-name">
77
+ <code>feature-merge</code> - <span class="man-whatis">Merge a feature branch into the development branch.</span>
78
+ </p>
79
+
80
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
81
+
82
+ <p><code>feature merge</code> [name-of-feature]</p>
83
+
84
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
85
+
86
+ <p>Merge a feature branch into <em>feature.development_branch</em>. If <code>name-of-feature</code>
87
+ is not specified, the current branch will be used. <code>feature merge</code> will
88
+ attempt to prefill the merge message with a link to and the text of the pull
89
+ request associated with the branch.</p>
90
+
91
+ <p>Deletes the local copy of the branch on success.</p>
92
+
93
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
94
+
95
+ <p>Copyright (c) 2012-2013 iFixit.</p>
96
+
97
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
98
+
99
+ <p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-merge.1.html">hotfix-merge<span class="s">(1)</span></a></p>
100
+
101
+
102
+ <ol class='man-decor man-foot man foot'>
103
+ <li class='tl'>iFixit</li>
104
+ <li class='tc'>February 2013</li>
105
+ <li class='tr'>feature-merge(1)</li>
106
+ </ol>
107
+
108
+ </div>
109
+ </body>
110
+ </html>
@@ -0,0 +1,50 @@
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
+
26
+
27
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
28
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
29
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
30
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
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/
@@ -0,0 +1,24 @@
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
+
@@ -0,0 +1,19 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "FEATURE\-START" "1" "February 2013" "iFixit" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBfeature\-start\fR \- Start a new feature branch\.
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBfeature start\fR \fIname\-of\-feature\fR
11
+ .
12
+ .SH "DESCRIPTION"
13
+ Start a new feature branch based off \fIfeature\.development\-branch\fR\.
14
+ .
15
+ .SH "COPYRIGHT"
16
+ Copyright (c) 2012\-2013 iFixit\.
17
+ .
18
+ .SH "SEE ALSO"
19
+ feature(1), hotfix\-start(1)
@@ -0,0 +1,105 @@
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-start(1) - Start a new 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
+ </div>
68
+
69
+ <ol class='man-decor man-head man head'>
70
+ <li class='tl'>feature-start(1)</li>
71
+ <li class='tc'></li>
72
+ <li class='tr'>feature-start(1)</li>
73
+ </ol>
74
+
75
+ <h2 id="NAME">NAME</h2>
76
+ <p class="man-name">
77
+ <code>feature-start</code> - <span class="man-whatis">Start a new feature branch.</span>
78
+ </p>
79
+
80
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
81
+
82
+ <p><code>feature start</code> <var>name-of-feature</var></p>
83
+
84
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
85
+
86
+ <p>Start a new feature branch based off <em>feature.development-branch</em>.</p>
87
+
88
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
89
+
90
+ <p>Copyright (c) 2012-2013 iFixit.</p>
91
+
92
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
93
+
94
+ <p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a>, <a class="man-ref" href="hotfix-start.1.html">hotfix-start<span class="s">(1)</span></a></p>
95
+
96
+
97
+ <ol class='man-decor man-foot man foot'>
98
+ <li class='tl'>iFixit</li>
99
+ <li class='tc'>February 2013</li>
100
+ <li class='tr'>feature-start(1)</li>
101
+ </ol>
102
+
103
+ </div>
104
+ </body>
105
+ </html>
@@ -0,0 +1,45 @@
1
+ feature-start(1) - Start a new feature branch.
2
+ ==============================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature start` <var>name-of-feature</var>
7
+
8
+ ## DESCRIPTION
9
+
10
+ Start a new feature branch based off _feature.development-branch_.
11
+
12
+ ## COPYRIGHT
13
+
14
+ Copyright (c) 2012-2013 iFixit.
15
+
16
+ ## SEE ALSO
17
+
18
+ feature(1), hotfix-start(1)
19
+
20
+
21
+
22
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
23
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
24
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
25
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
26
+
27
+
28
+ [feature(1)]: feature.1.html
29
+ [feature-list(1)]: feature-list.1.html
30
+ [feature-start(1)]: feature-start.1.html
31
+ [feature-switch(1)]: feature-switch.1.html
32
+ [feature-finish(1)]: feature-finish.1.html
33
+ [feature-merge(1)]: feature-merge.1.html
34
+ [feature-pull(1)]: feature-pull.1.html
35
+ [feature-status(1)]: feature-status.1.html
36
+ [feature-stashes(1)]: feature-stashes.1.html
37
+ [feature-clean(1)]: feature-clean.1.html
38
+ [feature-github-test(1)]: feature-github-test.1.html
39
+ [hotfix(1)]: hotfix.1.html
40
+ [hotfix-list(1)]: hotfix-list.1.html
41
+ [hotfix-start(1)]: hotfix-start.1.html
42
+ [hotfix-switch(1)]: hotfix-switch.1.html
43
+ [hotfix-finish(1)]: hotfix-finish.1.html
44
+ [hotfix-merge(1)]: hotfix-merge.1.html
45
+ [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
@@ -0,0 +1,19 @@
1
+ feature-start(1) - Start a new feature branch.
2
+ ==============================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature start` <name-of-feature>
7
+
8
+ ## DESCRIPTION
9
+
10
+ Start a new feature branch based off _feature.development-branch_.
11
+
12
+ ## COPYRIGHT
13
+
14
+ Copyright (c) 2012-2013 iFixit.
15
+
16
+ ## SEE ALSO
17
+
18
+ feature(1), hotfix-start(1)
19
+
@@ -0,0 +1,28 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "FEATURE\-STASHES" "1" "February 2013" "iFixit" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBfeature\-stashes\fR \- Show stashes saved on the current branch\.
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBfeature stashes\fR [\-v]
11
+ .
12
+ .SH "DESCRIPTION"
13
+ Show stashes saved on the current branch\. Display the relative time the stash was saved, the stash message, and instructions on viewing and applying the stash\.
14
+ .
15
+ .P
16
+ Compatible with hotfix branches\.
17
+ .
18
+ .SH "OPTIONS"
19
+ .
20
+ .TP
21
+ \fB\-v\fR
22
+ Show \fIall\fR stashes, not just those on the current branch\.
23
+ .
24
+ .SH "COPYRIGHT"
25
+ Copyright (c) 2012\-2013 iFixit\.
26
+ .
27
+ .SH "SEE ALSO"
28
+ feature(1)
@@ -0,0 +1,117 @@
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-stashes(1) - Show stashes saved on the current 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-stashes(1)</li>
72
+ <li class='tc'></li>
73
+ <li class='tr'>feature-stashes(1)</li>
74
+ </ol>
75
+
76
+ <h2 id="NAME">NAME</h2>
77
+ <p class="man-name">
78
+ <code>feature-stashes</code> - <span class="man-whatis">Show stashes saved on the current branch.</span>
79
+ </p>
80
+
81
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
82
+
83
+ <p><code>feature stashes</code> [-v]</p>
84
+
85
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
86
+
87
+ <p>Show stashes saved on the current branch. Display the relative time the stash
88
+ was saved, the stash message, and instructions on viewing and applying the
89
+ stash.</p>
90
+
91
+ <p>Compatible with hotfix branches.</p>
92
+
93
+ <h2 id="OPTIONS">OPTIONS</h2>
94
+
95
+ <dl>
96
+ <dt class="flush"> <code>-v</code></dt><dd> Show <em>all</em> stashes, not just those on the current branch.</dd>
97
+ </dl>
98
+
99
+
100
+ <h2 id="COPYRIGHT">COPYRIGHT</h2>
101
+
102
+ <p>Copyright (c) 2012-2013 iFixit.</p>
103
+
104
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
105
+
106
+ <p><a class="man-ref" href="feature.1.html">feature<span class="s">(1)</span></a></p>
107
+
108
+
109
+ <ol class='man-decor man-foot man foot'>
110
+ <li class='tl'>iFixit</li>
111
+ <li class='tc'>February 2013</li>
112
+ <li class='tr'>feature-stashes(1)</li>
113
+ </ol>
114
+
115
+ </div>
116
+ </body>
117
+ </html>
@@ -0,0 +1,55 @@
1
+ feature-stashes(1) - Show stashes saved on the current branch.
2
+ ==============================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature stashes` [-v]
7
+
8
+ ## DESCRIPTION
9
+
10
+ Show stashes saved on the current branch. Display the relative time the stash
11
+ was saved, the stash message, and instructions on viewing and applying the
12
+ stash.
13
+
14
+ Compatible with hotfix branches.
15
+
16
+ ## OPTIONS
17
+
18
+ * `-v`:
19
+ Show _all_ stashes, not just those on the current branch.
20
+
21
+ ## COPYRIGHT
22
+
23
+ Copyright (c) 2012-2013 iFixit.
24
+
25
+ ## SEE ALSO
26
+
27
+ feature(1)
28
+
29
+
30
+
31
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
32
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
33
+ [OPTIONS]: #OPTIONS "OPTIONS"
34
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
35
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
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/
@@ -0,0 +1,28 @@
1
+ feature-stashes(1) - Show stashes saved on the current branch.
2
+ ==============================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ `feature stashes` [-v]
7
+
8
+ ## DESCRIPTION
9
+
10
+ Show stashes saved on the current branch. Display the relative time the stash
11
+ was saved, the stash message, and instructions on viewing and applying the
12
+ stash.
13
+
14
+ Compatible with hotfix branches.
15
+
16
+ ## OPTIONS
17
+
18
+ * `-v`:
19
+ Show _all_ stashes, not just those on the current branch.
20
+
21
+ ## COPYRIGHT
22
+
23
+ Copyright (c) 2012-2013 iFixit.
24
+
25
+ ## SEE ALSO
26
+
27
+ feature(1)
28
+
@@ -0,0 +1,22 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "FEATURE\-STATUS" "1" "February 2013" "iFixit" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBfeature\-status\fR \- Determine if the current branch is up\-to\-date with the remote branch\.
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBfeature status\fR
11
+ .
12
+ .SH "DESCRIPTION"
13
+ Determine if the current branch is up\-to\-date with the remote branch\. If there are differences, show a graphical git log between the two branches\.
14
+ .
15
+ .P
16
+ Compatible with hotfix branches\.
17
+ .
18
+ .SH "COPYRIGHT"
19
+ Copyright (c) 2012\-2013 iFixit\.
20
+ .
21
+ .SH "SEE ALSO"
22
+ feature(1)