Indefero

Indefero Commit Details


Date:2011-03-17 03:22:46 (13 years 9 months ago)
Author:Loïc d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:21a8c281ecc5843b72a2cb7a9b98b5704fc9c97f
Parents: 51dde5766de5ce84856d104ad8446e2144478276
Message:Fixed in an ugly way the non support of the git --contains option.

Changes:

File differences

src/IDF/Scm/Git.php
214214
215215
216216
217
218
219
217220
218221
219222
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)));

Archive Download the corresponding diff file

Page rendered in 0.08358s using 13 queries.