git-scripts 0.9.0 → 0.9.1

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.
@@ -0,0 +1,74 @@
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.
11
+
12
+ ## COMMANDS
13
+
14
+ * feature-list(1):
15
+ List the current branch and any available feature branches.
16
+ * feature-start(1):
17
+ Start a new feature branch.
18
+ * feature-url(1):
19
+ Get the url of a branch's pull request.
20
+ * feature-switch(1):
21
+ Switch to another feature branch.
22
+ * feature-finish(1):
23
+ Finish this feature branch (push and open a pull request).
24
+ * feature-finish-issue(1):
25
+ Finish this feature branch and attach it to an issue.
26
+ * feature-merge(1):
27
+ Merge a feature branch into the development branch.
28
+ * feature-pull(1):
29
+ Pull remote updates into this branch.
30
+ * feature-prune(1):
31
+ Remove old branches on local or origin.
32
+ * feature-status(1):
33
+ Determine if the current branch is up-to-date with the remote branch.
34
+ * feature-stashes(1):
35
+ Show stashes saved on the current branch.
36
+ * feature-github-test(1):
37
+ Test Github authentication.
38
+
39
+ ## COPYRIGHT
40
+
41
+ Copyright (c) 2012-2013 iFixit.
42
+
43
+ ## SEE ALSO
44
+
45
+ git(1)
46
+
47
+ ## WWW
48
+
49
+ https://github.com/iFixit/git-scripts
50
+
51
+
52
+
53
+ [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
54
+ [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
55
+ [COMMANDS]: #COMMANDS "COMMANDS"
56
+ [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
57
+ [SEE ALSO]: #SEE-ALSO "SEE ALSO"
58
+ [WWW]: #WWW "WWW"
59
+
60
+
61
+ [feature(1)]: feature.1.html
62
+ [feature-list(1)]: feature-list.1.html
63
+ [feature-start(1)]: feature-start.1.html
64
+ [feature-switch(1)]: feature-switch.1.html
65
+ [feature-finish(1)]: feature-finish.1.html
66
+ [feature-merge(1)]: feature-merge.1.html
67
+ [feature-pull(1)]: feature-pull.1.html
68
+ [feature-status(1)]: feature-status.1.html
69
+ [feature-stashes(1)]: feature-stashes.1.html
70
+ [feature-github-test(1)]: feature-github-test.1.html
71
+ [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
72
+ [feature-finish-issue(1)]: feature-finish-issue.1.html
73
+ [feature-prune(1)]: feature-prune.1.html
74
+ [feature-url(1)]: feature-url.1.html
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.0
4
+ version: 0.9.1
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-06-28 00:00:00.000000000 Z
16
+ date: 2019-11-20 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler
@@ -87,28 +87,52 @@ files:
87
87
  - lib/plugins.rb
88
88
  - lib/signal_handlers.rb
89
89
  - man/feature-finish-issue.1
90
+ - man/feature-finish-issue.1.html
91
+ - man/feature-finish-issue.1.markdown
90
92
  - man/feature-finish-issue.1.ronn
91
93
  - man/feature-finish.1
94
+ - man/feature-finish.1.html
95
+ - man/feature-finish.1.markdown
92
96
  - man/feature-finish.1.ronn
93
97
  - man/feature-github-test.1
98
+ - man/feature-github-test.1.html
99
+ - man/feature-github-test.1.markdown
94
100
  - man/feature-github-test.1.ronn
95
101
  - man/feature-list.1
102
+ - man/feature-list.1.html
103
+ - man/feature-list.1.markdown
96
104
  - man/feature-list.1.ronn
97
105
  - man/feature-merge.1
106
+ - man/feature-merge.1.html
107
+ - man/feature-merge.1.markdown
98
108
  - man/feature-merge.1.ronn
99
109
  - man/feature-prune.1
110
+ - man/feature-prune.1.html
111
+ - man/feature-prune.1.markdown
100
112
  - man/feature-prune.1.ronn
101
113
  - man/feature-start.1
114
+ - man/feature-start.1.html
115
+ - man/feature-start.1.markdown
102
116
  - man/feature-start.1.ronn
103
117
  - man/feature-stashes.1
118
+ - man/feature-stashes.1.html
119
+ - man/feature-stashes.1.markdown
104
120
  - man/feature-stashes.1.ronn
105
121
  - man/feature-status.1
122
+ - man/feature-status.1.html
123
+ - man/feature-status.1.markdown
106
124
  - man/feature-status.1.ronn
107
125
  - man/feature-switch.1
126
+ - man/feature-switch.1.html
127
+ - man/feature-switch.1.markdown
108
128
  - man/feature-switch.1.ronn
109
129
  - man/feature-url.1
130
+ - man/feature-url.1.html
131
+ - man/feature-url.1.markdown
110
132
  - man/feature-url.1.ronn
111
133
  - man/feature.1
134
+ - man/feature.1.html
135
+ - man/feature.1.markdown
112
136
  - man/feature.1.ronn
113
137
  - man/hotfix-finish-issue.1
114
138
  - man/hotfix-finish-issue.1.ronn
@@ -147,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
171
  version: '0'
148
172
  requirements: []
149
173
  rubyforge_project:
150
- rubygems_version: 2.7.6
174
+ rubygems_version: 2.7.6.2
151
175
  signing_key:
152
176
  specification_version: 4
153
177
  summary: User scripts for managing feature branches and hotfixes.