summaryrefslogtreecommitdiff
path: root/timeline
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-10-19 23:39:10 +0200
committerSimone Rota <sip@crux.nu>2006-10-19 23:39:10 +0200
commitf7c87c5e82170d283ed6e00303b69f19afe00aae (patch)
tree1b1bb984b2c89ff0b03420e7b37bf411aa51b8b9 /timeline
parent3fe6b065aee076a0aaa75cd8f36ec7f08b6afd01 (diff)
downloadwebtools-f7c87c5e82170d283ed6e00303b69f19afe00aae.tar.gz
webtools-f7c87c5e82170d283ed6e00303b69f19afe00aae.tar.xz
timeline: Fixed commit type for git repos
Diffstat (limited to 'timeline')
-rwxr-xr-xtimeline/tlcacher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php
index 8e680a2..91dfc57 100755
--- a/timeline/tlcacher.php
+++ b/timeline/tlcacher.php
@@ -194,7 +194,7 @@ foreach ($git_repos as $repo) {
$branch = $tmp[1];
}
$pos = strpos($repo, "/");
- $reponame = substr($repo, $pos);
+ $reponame = substr($repo, $pos+1);
$branch = "";
$last_git = last_cached_git($repo);
$out = array();

Generated by cgit