Indefero

Indefero Commit Details


Date:2008-07-27 10:46:04 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, 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, newdiff, release-1.1, release-1.2, release-1.3, svn
Commit:8a0a35726cd82e3003675d8ba432efe68f7c4f74
Parents: b6084cbf070bf9e78101b1088d5d6c0d852ed6dc
Message:Fixed typo.

Changes:

File differences

src/IDF/Git.php
214214
215215
216216
217
217
218218
219219
220220
$cmd = sprintf('GIT_DIR=%s git show --date=iso --pretty=format:%s %s',
escapeshellarg($this->repo),
"'".$this->mediumtree_fmt."'",
escapeshellarg($commit);
escapeshellarg($commit));
$out = array();
exec($cmd, &$out);
$log = array();

Archive Download the corresponding diff file

Page rendered in 0.07906s using 13 queries.