Indefero

Indefero Commit Details


Date:2011-03-17 03:28:43 (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:5f008a14f5e78513903e95073ab12c742e99c21a
Parents: 21a8c281ecc5843b72a2cb7a9b98b5704fc9c97f
Message:ReFixed 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
220217
221218
222219
......
252249
253250
254251
252
253
254
255255
256256
257257
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)));
escapeshellarg($commit));
self::exec('IDF_Scm_Git::inTags', $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.07874s using 13 queries.