scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 57 forks source link

Adds support for deploying from bare repositories #126

Closed TheLonelyGhost closed 9 years ago

TheLonelyGhost commented 9 years ago

Noticed there was some faulty validation in the event of running dandelion from a bare repository.

This offloads finding the closest repository to the Rugged gem and fixes validations for determining if the repository exists.

I felt the existing tests seemed to cover it okay, though I'm open to suggestions on testing bare repositories with this gem.

scttnlsn commented 9 years ago

Very nice. Thanks!