nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.61k stars 2.66k forks source link

doesn't work out of the box on Solaris #259

Open drook opened 12 years ago

drook commented 12 years ago
jacobrillema commented 9 years ago

Thanks for the help. I was able to get this running with taking the -q option out of the grep calls and moving git-flow from /bin/sh to /bin/bash and git flow is working nicely on Solaris now.