haaksmash / flowhub

Based on git-flow, but with GitHub.
22 stars 5 forks source link

simple obvious fixes #78

Closed clayg closed 10 years ago

clayg commented 10 years ago

fixes issue #75

I couldn't really get the tests working, I'm not sure which password they wanted or why tests needed it.

clayg commented 10 years ago

Not sure how much this helps you.

I hope you pick this project back up - I was sorta excited with what it seems to offer over the stock git flow tools. One thing I'd need to solve right away is bash-completion - do you have anything I could drop into "etc"?

haaksmash commented 10 years ago

bash completion is a pain in the butt, as i understand it; your script has to be able to handle a special tab character being passed to it, or something? It's not built-in to argparse for sure. I did some looking into it a while ago and gave up because it looked awful... patches welcome ;)