pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Create submodule directories. Fixes #44 #49

Closed maskas closed 9 years ago

maskas commented 9 years ago

the script was creating /submodulename file instead of /submodulename directory. This bit was changed. Also 'REVISION' files were not being created for submodules. That bit has been fixed too.

pocketarc commented 9 years ago

This sounds great! Thank you for resolving that. :) I'm merging it now.