drush_git_deploy_download |
./git_deploy.drush.inc |
A command callback. Downloads the glip library using Git. |
1 |
|
drush_git_deploy_post_pm_enable |
./git_deploy.drush.inc |
Implements drush_MODULE_post_COMMAND(). |
|
|
git_deploy_boot |
./git_deploy.module |
Implements hook_boot(). |
|
|
git_deploy_drush_command |
./git_deploy.drush.inc |
Implements hook_drush_command(). |
|
|
git_deploy_drush_help |
./git_deploy.drush.inc |
Implements hook_drush_help(). |
|
|
git_deploy_glip_bug |
./git_deploy.install |
Throws glip library errors. |
|
1 |
git_deploy_requirements |
./git_deploy.install |
Implements hook_requirements(). |
|
|
git_deploy_system_info_alter |
./git_deploy.module |
Implements hook_system_info_alter(). |
|
|
git_deploy_update_7000 |
./git_deploy.install |
Save current location of glip library. |
|
|
git_deploy_update_projects_alter |
./git_deploy.module |
Implements hook_update_projects_alter(). |
|
|
_git_deploy_base |
./git_deploy.module |
Checks for most recent local commit in a set of remote branches. |
1 |
|
_git_deploy_datestamp_sync |
./git_deploy.module |
Syncs the project datestamp to the release datestamp. |
2 |
|
_git_deploy_get_upstream |
./git_deploy.module |
Gets upstream info. |
1 |
|
_git_deploy_tag |
./git_deploy.module |
Checks for most recent tag in local history. |
1 |
|