Indefero

Indefero Commit Details


Date:2010-11-17 12:08:41 (14 years 1 month ago)
Author:Thomas Keller
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:35e670a1abe7989500e50b6333d09873cc683a71
Parents: deb1ea4d2bf8f2f17db3d41c29c864cfabe99371
Message:The data structure is already a stdClass object, so add a property, not a key (partially fixes issue 568)

Changes:

File differences

src/IDF/Scm/Git.php
437437
438438
439439
440
440
441441
442442
443443
$out[0]->changes = '';
}
$out[0]['branch'] = $this->inBranches($commit, null);
$out[0]->branch = $this->inBranches($commit, null);
return $out[0];
}

Archive Download the corresponding diff file

Page rendered in 0.07475s using 14 queries.