scttnlsn / dandelion

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

git bare repository #46

Closed ari-matti closed 10 years ago

ari-matti commented 10 years ago

Is there a way to use Dandelion with git bare repository e.g. by giving config file an option which says is the current folder an bare repository or not? I understood that Dandelion only checks if current folder contains .git folder and takes git information from there.

scttnlsn commented 10 years ago

It's not possible as is but may be possible with some minimal changes. Dandelion relies very heavily on another library for manipulating Git https://github.com/mojombo/grit (which may or may not support this sort of functionality). I'll have to look into this.