|
@@ -237,13 +237,13 @@ __git-flow-feature ()
|
|
|
|
|
|
(diff)
|
|
(diff)
|
|
_arguments \
|
|
_arguments \
|
|
- ':branch:__git_branch_names'\
|
|
|
|
|
|
+ ':branch:__git_flow_feature_list'\
|
|
;;
|
|
;;
|
|
|
|
|
|
(rebase)
|
|
(rebase)
|
|
_arguments \
|
|
_arguments \
|
|
-i'[Do an interactive rebase]' \
|
|
-i'[Do an interactive rebase]' \
|
|
- ':branch:__git_branch_names'
|
|
|
|
|
|
+ ':branch:__git_flow_feature_list'
|
|
;;
|
|
;;
|
|
|
|
|
|
(checkout)
|
|
(checkout)
|
|
@@ -254,7 +254,7 @@ __git-flow-feature ()
|
|
(pull)
|
|
(pull)
|
|
_arguments \
|
|
_arguments \
|
|
':remote:__git_remotes'\
|
|
':remote:__git_remotes'\
|
|
- ':branch:__git_branch_names'
|
|
|
|
|
|
+ ':branch:__git_flow_feature_list'
|
|
;;
|
|
;;
|
|
|
|
|
|
*)
|
|
*)
|
|
@@ -334,4 +334,4 @@ __git_command_successful () {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-zstyle ':completion:*:*:git:*' user-commands flow:'description for foo'
|
|
|
|
|
|
+zstyle ':completion:*:*:git:*' user-commands flow:'description for foo'
|