I promise I keep my fingers off git stuff now (a fix for issue 572)

master
Thomas Keller 2010-12-01 11:19:13 +01:00
parent 28f36dc7b0
commit 5b41fe3167
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}