Indefero

Indefero Commit Details


Date:2010-04-19 02:16:56 (14 years 8 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:0f617f8e0904a382360705a4e906ba5ab9c2200f
Parents: fbc1fab68d14585f0a4bc69fe213c010e0bbc4de
Message:Fixed to directly use a PHP internal function, thanks piouPiouM.

Changes:

File differences

src/IDF/Plugin/SyncGit.php
6666
6767
6868
69
69
7070
7171
7272
static public function postUpdate($signal, &$params)
{
// Chop the ".git" and get what is left
$pname = basename(substr($params['git_dir'], 0, -4));
$pname = basename($params['git_dir'], '.git');
try {
$project = IDF_Project::getOr404($pname);
} catch (Pluf_HTTP_Error404 $e) {

Archive Download the corresponding diff file

Page rendered in 0.06841s using 13 queries.