bobthecow / git-flow-completion

Bash, Zsh and fish completion support for git-flow.
MIT License
2.79k stars 386 forks source link

Completion of "git flow feature publish" produces only an error #31

Closed nbartels closed 11 years ago

nbartels commented 11 years ago

if I want to publish a new branch, I get this error:

 sh: command substitution: line 1: `comm -23 <(__git_flow_list_branches 'feature') <(__git_flow_list_remote_branches 'feature')'

After publishing everything is fine and I assume, that there's a problem with the not yet published branch :)

bobthecow commented 11 years ago

Huh. Was this before you had any remote feature branches published, perhaps?

nbartels commented 11 years ago

No, not any at all. But the particular branch I just created with git flow feature start.

nbartels commented 11 years ago

Problem is solved now. I use windows with msysgit. There is no comm in the default installation and the process substitution is not working. I fixed this in a fork and provide a new file, that can be used with msysgit.