From 5b41fe3167de0f5d476e7002140858d69d24350f Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 1 Dec 2010 11:19:13 +0100 Subject: [PATCH] I promise I keep my fingers off git stuff now (a fix for issue 572) --- src/IDF/Scm/Git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Scm/Git.php b/src/IDF/Scm/Git.php index 0befdfb..50edc78 100644 --- a/src/IDF/Scm/Git.php +++ b/src/IDF/Scm/Git.php @@ -437,7 +437,7 @@ class IDF_Scm_Git extends IDF_Scm $out[0]->changes = ''; } - $out[0]->branch = $this->inBranches($commit, null); + $out[0]->branch = implode(', ', $this->inBranches($commit, null)); return $out[0]; }