petervanderdoes / gitflow-avh

AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
http://nvie.com/posts/a-successful-git-branching-model/
Other
5.43k stars 528 forks source link

allow branch specification with partial name #283

Open avishaan opened 8 years ago

avishaan commented 8 years ago

In the non-AVH version if I had a feature called 'refactorProps" I could do git flow feature finish ref and it would go ahead and act on the closest matching one. It was extremely handy and I would love to see that in this version as it was extremely convenient

petervanderdoes commented 7 years ago

What happened when you had multiple branches that would match? Like refactorProps and refinedates for example?

Yendolosch commented 7 years ago

How about TAB completion, like in the bash? Is it possible to write some custom-built programmable completion that kicks in whenever a branch is expected, or would that be too many cases to cover them all?

bitaxis commented 7 years ago

I thought tab completion is supported already?