Indefero

Indefero Commit Details


Date:2010-11-24 17:13:47 (14 years 27 days 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:1548d4184ee458e135a28c3a2803923e7ddf69b2
Parents: abc8b8f4ab35e23ecda57b8b12646a410e9a6cef
Message:Suppress a notice in case the git log line does not contain a title (fixes issue 520)

Changes:

File differences

src/IDF/Scm/Cache/Git.php
8585
8686
8787
88
89
8890
8991
9092
......
131133
132134
133135
134
136
array($this->_project->id));
foreach (Pluf::factory(__CLASS__)->getList(array('filter' => $sql->gen())) as $blob) {
$tmp = explode(chr(31), $blob->content, 3);
// sometimes the title might be empty
if (!isset($tmp[2])) $tmp[2] = '';
$res[$blob->githash] = (object) array(
'hash' => $blob->githash,
),
);
}
}
}

Archive Download the corresponding diff file

Page rendered in 0.07331s using 14 queries.