This release fixes a bug that caused crashes when multiple remote branches matched the local branch equally well. It also fixes version detection for sites that have committed core Drupal files to a site repository. Finally, requirements checking by update.php no longer requires a hack to work.
This release fixes a bug that caused crashes when multiple remote branches matched the local branch equally well. It also fixes version detection for sites that use the recommended Composer profile or that have committed core Drupal files to a site repository.
More code comments have been added. We also hide errors generated by the git binary when enabling via drush.
We grab the project name from the Fetch URL again. Datestamp support has returned. Much refactoring.
Completely re-written by chx. This version of git_deploy requires that PHP can execute the git binary on the host system. For most users who are using git in their development this shouldn't require any special set up.
Users who need git_deploy functionality without the git binary will have to run the 1.x branch and install the Glip library. Glip is known to have problems so we have moved away from it.