joelmoss / strano

Capistrano and Github sittin' in a tree...
http://developwithstyle.com
MIT License
579 stars 70 forks source link

gives ability to work with branches like 'fix/24-login' #18

Closed ehlyzov closed 12 years ago

ehlyzov commented 12 years ago

Branch names can contain slashes. We deeply use this feature in our project - we have 'fix','feature' as "namespaces". So almost all our branch has format like / So I made very simple fix to allow strano to handle this situation as well as usual. Not sure should it be expanded in more complicated code though.