Normally drupal.org inserts version information when a project is packaged. Git repositories do not contain this information. Git Deploy hooks into the Drupal update system and attempts to provide the version of modules and themes checked out of git.

The 2.x version of git_deploy is recommended because it is much more stable but it does require the git binary and the ability for PHP to execute shell commands. The 2.x branch also introduced a new numbering scheme allowing for PHP version checks to work during development.

The 1.x version runs entirely in PHP but requires the Glip library be installed. Glip isn't feature complete so you will encounter errors with some git repositories. This is why there is no stable release of 1.x.

An alternative to using git_deploy is to install modules and themes using the "drush pm-download" command with options "--package-handler=git_drupalorg --gitinfofile". This performs a git clone and checkout and then inserts the desired version information into the .info file. The "drush make" command will automatically write packaging information without additional options.

Downloads

Other releases

Version Downloads Date Links
7.x-2.2 tar.gz (8.56 KB) | zip (9.45 KB) 2011-Oct-20 Notes

Development releases

Project Information


Maintainers for Git deploy

  • halstead - 27 commits
    last: 1 year ago, first: 2 years ago
  • chx - 20 commits
    last: 1 year ago, first: 1 year ago
  • Freso - 3 commits
    last: 1 year ago, first: 2 years ago
  • mikey_p - 7 commits
    last: 2 years ago, first: 2 years ago

Issues for Git deploy

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants