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_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_help |
./git_deploy.module |
Implements hook_help(). |
|
|
git_deploy_mydropwizard_projects_alter |
./git_deploy.module |
Implements hook_mydropwizard_projects_alter(). |
|
|
git_deploy_mydropwizard_status_alter |
./git_deploy.module |
Implements hook_mydropwizard_status_alter(). |
|
|
git_deploy_requirements |
./git_deploy.install |
Implements hook_requirements(). |
|
|
git_deploy_system_info_alter |
./git_deploy.module |
Implements hook_system_info_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_static |
./git_deploy.module |
Stores shared static variables for Git Deploy. |
3 |
|
_git_deploy_static_reset |
./git_deploy.module |
Resets one or all Git Deploy static variables. |
1 |
|
_git_deploy_tag |
./git_deploy.module |
Checks for most recent tag in local history. |
1 |
|
_git_deploy_update_refresh |
./git_deploy.module |
Updates available release data given a list of projects. |
1 |
|