You are here

constant GIT_DEPLOY_ERROR_DUMP in Git Deploy 7.2

Same name and namespace in other branches
  1. 8.2 git_deploy.module \GIT_DEPLOY_ERROR_DUMP
  2. 6.2 git_deploy.module \GIT_DEPLOY_ERROR_DUMP

Null device.

If /dev/null does not exist, assume we are on Windows.

2 uses of GIT_DEPLOY_ERROR_DUMP
git_deploy_system_info_alter in ./git_deploy.module
Implements hook_system_info_alter().
_git_deploy_get_upstream in ./git_deploy.module
Gets upstream info.

File

./git_deploy.module, line 13
Adds project, version and date information to projects checked out with Git.

Code

define('GIT_DEPLOY_ERROR_DUMP', file_exists('/dev/null') ? '/dev/null' : 'nul');