git-scripts 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -55
  3. data/bin/feature +0 -12
  4. data/completion/_feature +1 -1
  5. data/completion/bash_completion.sh +2 -11
  6. data/lib/git.rb +1 -15
  7. data/lib/helpers.rb +1 -47
  8. data/man/feature-finish-issue.1 +2 -2
  9. data/man/feature-finish-issue.1.ronn +1 -1
  10. data/man/feature-finish.1 +2 -2
  11. data/man/feature-finish.1.ronn +1 -1
  12. data/man/feature-github-test.1 +1 -1
  13. data/man/feature-list.1 +2 -2
  14. data/man/feature-list.1.ronn +1 -1
  15. data/man/feature-merge.1 +2 -2
  16. data/man/feature-merge.1.ronn +1 -1
  17. data/man/feature-prune.1 +1 -1
  18. data/man/feature-start.1 +2 -2
  19. data/man/feature-start.1.ronn +1 -1
  20. data/man/feature-stashes.1 +1 -4
  21. data/man/feature-stashes.1.ronn +0 -2
  22. data/man/feature-status.1 +1 -4
  23. data/man/feature-status.1.ronn +0 -2
  24. data/man/feature-switch.1 +2 -2
  25. data/man/feature-switch.1.ronn +1 -1
  26. data/man/feature-url.1 +2 -2
  27. data/man/feature-url.1.ronn +1 -1
  28. data/man/feature.1 +3 -3
  29. data/man/feature.1.ronn +2 -3
  30. data/man/index.txt +0 -7
  31. metadata +4 -23
  32. data/bin/hotfix +0 -230
  33. data/completion/_hotfix +0 -28
  34. data/man/hotfix-finish-issue.1 +0 -22
  35. data/man/hotfix-finish-issue.1.ronn +0 -26
  36. data/man/hotfix-finish.1 +0 -22
  37. data/man/hotfix-finish.1.ronn +0 -25
  38. data/man/hotfix-list.1 +0 -28
  39. data/man/hotfix-list.1.ronn +0 -29
  40. data/man/hotfix-merge.1 +0 -25
  41. data/man/hotfix-merge.1.ronn +0 -29
  42. data/man/hotfix-start.1 +0 -22
  43. data/man/hotfix-start.1.ronn +0 -23
  44. data/man/hotfix-switch.1 +0 -38
  45. data/man/hotfix-switch.1.ronn +0 -33
  46. data/man/hotfix-url.1 +0 -22
  47. data/man/hotfix-url.1.ronn +0 -23
  48. data/man/hotfix.1 +0 -52
  49. data/man/hotfix.1.ronn +0 -41
@@ -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
-