bobthecow/git-flow-completion

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

nbartels opened this issue · 3 comments

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 :)

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

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

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.