summaryrefslogtreecommitdiff
path: root/timeline
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-10-24 12:03:38 +0200
committerSimone Rota <sip@crux.nu>2006-10-24 12:03:38 +0200
commite0ed0c382696a36c45ddaee43dc1d08b7babd7a0 (patch)
treeaab4300d67d7cce2e55c291dc701582de518dce3 /timeline
parent66a9328c0626556937bca5f96b6e0fb832bf3c2f (diff)
downloadwebtools-e0ed0c382696a36c45ddaee43dc1d08b7babd7a0.tar.gz
webtools-e0ed0c382696a36c45ddaee43dc1d08b7babd7a0.tar.xz
tlcacher: ignore merge info
Diffstat (limited to 'timeline')
-rwxr-xr-xtimeline/tlcacher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php
index 277eb7c..63340a0 100755
--- a/timeline/tlcacher.php
+++ b/timeline/tlcacher.php
@@ -19,8 +19,7 @@ $task_url="https://crux.nu/bugs/?do=details&id=%s";
// Gitweb url for commits
$git_url = "http://crux.nu/gitweb/?p=%s.git;a=commitdiff;h=%s";
// append ":branch" to the repo name to restrict logs to 'branch'
-#$git_repos = array("ports/core:2.2","ports/opt:2.2","ports/xorg:2.2", "tools/pkgutils", "tools/prt-get", "tools/prt-utils");
-$git_repos = array("ports/core:2.2","ports/opt:2.2","tools/webtools");
+$git_repos = array("ports/core:2.2","ports/opt:2.2","tools/pkgutils", "tools/prt-get");
$git_root = "/home/crux/scm";
// Map git authors to wiki profiles
@@ -217,6 +216,7 @@ foreach ($git_repos as $repo) {
$url = sprintf($git_url, $repo, $rev);
$compact_rev = substr($rev,0,4)."..".substr($rev,-4,4);
$revurl = "[[$url|$compact_rev]]";
+ } else if (substr($line, 0, 7) == "Merge: ") {
} else if (substr($line, 0, 8) == "Author: ") {
$user = substr($line, 8);
$pos = strpos($user, "<");

Generated by cgit