Indefero

Indefero Commit Details


Date:2009-05-26 04:28:36 (15 years 6 months ago)
Author:Loic 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, master, release-1.1, release-1.2, release-1.3
Commit:39699ba723c920bb817e82dd9bfe20636cb96998
Parents: 0fd0c40e896356237723a5d286d8c609620054ff
Message:Fixed to correctly return false on non-existing commits.

Changes:

File differences

src/IDF/Scm/Git.php
319319
320320
321321
322
322
323
324
325
323326
324327
325328
escapeshellarg($commit));
}
$out = array();
exec($cmd, $out);
exec($cmd, $out, $ret);
if ($ret != 0) {
return false;
}
$log = array();
$change = array();
$inchange = false;

Archive Download the corresponding diff file

Page rendered in 0.07991s using 13 queries.