You are here

function platform_git_drush_init in Aegir Deploy 7.3

Implements hook_drush_init().

File

modules/platform_git/drush/platform_git.drush.inc, line 55
Provision/Drush hooks for git commands.

Code

function platform_git_drush_init() {
  platform_git_register_autoload();
}