Indefero

Indefero Commit Details


Date:2008-11-21 14:47:43 (16 years 1 month 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, release-1.1, release-1.2, release-1.3
Commit:b94ca8215f8eb1b05bd610632876c89ce453e581
Parents: f674992fc862668ad60d81881640846b2e578350
Message:Fixed to not cache the getBlob call with git.

Changes:

File differences

src/IDF/Scm/Git.php
211211
212212
213213
214
215
216
214
215
216
217217
218218
219219
*/
public function getBlob($request_file_info, $dummy=null)
{
return IDF_Scm::shell_exec(sprintf('GIT_DIR=%s git-cat-file blob %s',
escapeshellarg($this->repo),
escapeshellarg($request_file_info->hash)));
return shell_exec(sprintf('GIT_DIR=%s git-cat-file blob %s',
escapeshellarg($this->repo),
escapeshellarg($request_file_info->hash)));
}
/**

Archive Download the corresponding diff file

Page rendered in 0.07911s using 13 queries.