Strider-CD / strider-git

Basic git provider
12 stars 16 forks source link

adding versioning to --single-branch #8

Closed icnagy closed 10 years ago

icnagy commented 10 years ago

We'd like to use strider on Modulus.io. Unfortunately their environment has git version 1.7.x which does not yet have the --single-branch option. There is already a gitVersion function which was not used anywhere, so I added it to check whether to use the --single-branch option or not.