Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
397c085a
Commit
397c085a
authored
Dec 09, 2012
by
Robby Russell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1473 from bsteuber/fix-git-flow-feature-completion
use feature names instead of failing branch names in "git flow feature"
parents
bc7157ba
1b91c84d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
git-flow.plugin.zsh
plugins/git-flow/git-flow.plugin.zsh
+4
-5
No files found.
plugins/git-flow/git-flow.plugin.zsh
View file @
397c085a
...
@@ -237,13 +237,13 @@ __git-flow-feature ()
...
@@ -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 ()
...
@@ -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 () {
...
@@ -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'
\ No newline at end of file
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