scttnlsn / dandelion

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

Select deployment folder #44

Closed 7twelve closed 10 years ago

7twelve commented 11 years ago

Here's some adjustments that should address the FR on #21

Note that I had to change up the show method, as well as the tests, with how I needed to run ls-tree. This should also fix up #25 - but submodules will just upload as an empty file currently, rather than a directory.

scttnlsn commented 10 years ago

The show method is intended to return the contents of the given file (not the file name). When testing this out every uploaded file contained its own name rather than the real content.

7twelve commented 10 years ago

ahh - ok, so changed that back and added in a simple check to ignore submodules for now

scttnlsn commented 10 years ago

Awesome! Just rebased all this in. Thanks a lot.