Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
1b91c84d
Commit
1b91c84d
authored
Dec 06, 2012
by
Benjamin Teuber
Browse files
use feature names instead of failing branch names in "git flow feature"
parent
51e05b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git-flow/git-flow.plugin.zsh
View file @
1b91c84d
...
...
@@ -237,13 +237,13 @@ __git-flow-feature ()
(
diff
)
_arguments
\
':branch:__git_
branch_names
'
\
':branch:__git_
flow_feature_list
'
\
;;
(
rebase
)
_arguments
\
-i
'[Do an interactive rebase]'
\
':branch:__git_
branch_names
'
':branch:__git_
flow_feature_list
'
;;
(
checkout
)
...
...
@@ -254,7 +254,7 @@ __git-flow-feature ()
(
pull
)
_arguments
\
':remote:__git_remotes'
\
':branch:__git_
branch_names
'
':branch:__git_
flow_feature_list
'
;;
*
)
...
...
@@ -334,4 +334,4 @@ __git_command_successful () {
return
0
}
zstyle
':completion:*:*:git:*'
user-commands flow:
'description for foo'
\ No newline at end of file
zstyle
':completion:*:*:git:*'
user-commands flow:
'description for foo'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment