Fixed in an ugly way the non support of the git --contains option.

release-1.1
Loïc d'Anterroches 2011-03-17 09:22:46 +01:00
parent 51dde5766d
commit 21a8c281ec
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ class IDF_Scm_Git extends IDF_Scm
Pluf::f('git_path', 'git'));
self::exec('IDF_Scm_Git::getTags', $cmd, $out, $return);
if (0 != $return) {
$this->cache['tags'] = array();
return array();
// Ugly emergency fix, needs to be cleaned.
throw new IDF_Scm_Exception(sprintf($this->error_tpl,
$cmd, $return,
implode("\n", $out)));