git-scripts 0.9.1 → 0.9.2
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.
- checksums.yaml +4 -4
- data/README.md +6 -55
- data/bin/feature +0 -12
- data/completion/_feature +1 -1
- data/completion/bash_completion.sh +2 -11
- data/lib/git.rb +1 -15
- data/lib/helpers.rb +1 -47
- data/man/feature-finish-issue.1 +2 -2
- data/man/feature-finish-issue.1.ronn +1 -1
- data/man/feature-finish.1 +2 -2
- data/man/feature-finish.1.ronn +1 -1
- data/man/feature-github-test.1 +1 -1
- data/man/feature-list.1 +2 -2
- data/man/feature-list.1.ronn +1 -1
- data/man/feature-merge.1 +2 -2
- data/man/feature-merge.1.ronn +1 -1
- data/man/feature-prune.1 +1 -1
- data/man/feature-start.1 +2 -2
- data/man/feature-start.1.ronn +1 -1
- data/man/feature-stashes.1 +1 -4
- data/man/feature-stashes.1.ronn +0 -2
- data/man/feature-status.1 +1 -4
- data/man/feature-status.1.ronn +0 -2
- data/man/feature-switch.1 +2 -2
- data/man/feature-switch.1.ronn +1 -1
- data/man/feature-url.1 +2 -2
- data/man/feature-url.1.ronn +1 -1
- data/man/feature.1 +3 -3
- data/man/feature.1.ronn +2 -3
- data/man/index.txt +0 -7
- metadata +4 -23
- data/bin/hotfix +0 -230
- data/completion/_hotfix +0 -28
- data/man/hotfix-finish-issue.1 +0 -22
- data/man/hotfix-finish-issue.1.ronn +0 -26
- data/man/hotfix-finish.1 +0 -22
- data/man/hotfix-finish.1.ronn +0 -25
- data/man/hotfix-list.1 +0 -28
- data/man/hotfix-list.1.ronn +0 -29
- data/man/hotfix-merge.1 +0 -25
- data/man/hotfix-merge.1.ronn +0 -29
- data/man/hotfix-start.1 +0 -22
- data/man/hotfix-start.1.ronn +0 -23
- data/man/hotfix-switch.1 +0 -38
- data/man/hotfix-switch.1.ronn +0 -33
- data/man/hotfix-url.1 +0 -22
- data/man/hotfix-url.1.ronn +0 -23
- data/man/hotfix.1 +0 -52
- data/man/hotfix.1.ronn +0 -41
data/man/hotfix.1.ronn
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
hotfix(1) - Perform actions on a git hotfix branch.
|
2
|
-
===================================================
|
3
|
-
|
4
|
-
## SYNOPSIS
|
5
|
-
|
6
|
-
`hotfix` <command> [<args>]
|
7
|
-
|
8
|
-
## DESCRIPTION
|
9
|
-
|
10
|
-
**hotfix** is a helper script for a modified git-flow model, in which it and
|
11
|
-
`feature` are the primary actors.
|
12
|
-
|
13
|
-
## COMMANDS
|
14
|
-
|
15
|
-
* hotfix-list(1):
|
16
|
-
List the current branch and any available hotfix branches.
|
17
|
-
* hotfix-url(1):
|
18
|
-
Get the url of a branch's pull request.
|
19
|
-
* hotfix-start(1):
|
20
|
-
Start a new hotfix branch.
|
21
|
-
* hotfix-switch(1):
|
22
|
-
Switch to another hotfix branch.
|
23
|
-
* hotfix-finish(1):
|
24
|
-
Finish this hotfix branch (push and open a pull request).
|
25
|
-
* hotfix-finish-issue(1):
|
26
|
-
Finish this hotfix branch and attach it to an issue.
|
27
|
-
* hotfix-merge(1):
|
28
|
-
Merge a hotfix branch into stable and the development branch.
|
29
|
-
|
30
|
-
## COPYRIGHT
|
31
|
-
|
32
|
-
Copyright (c) 2012-2013 iFixit.
|
33
|
-
|
34
|
-
## SEE ALSO
|
35
|
-
|
36
|
-
feature(1), git(1)
|
37
|
-
|
38
|
-
## WWW
|
39
|
-
|
40
|
-
https://github.com/iFixit/git-scripts
|
41
|
-
|