From f7c87c5e82170d283ed6e00303b69f19afe00aae Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Thu, 19 Oct 2006 23:39:10 +0200 Subject: timeline: Fixed commit type for git repos --- timeline/tlcacher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3