Added the visualisation of a commit.

This commit is contained in:
Loic d'Anterroches
2008-07-28 22:09:17 +02:00
parent 3fb47562ce
commit a6716c7716
9 changed files with 118 additions and 8 deletions

View File

@@ -228,7 +228,7 @@ class IDF_Git
}
}
$out = self::parseLog($log, 4);
$out[0]->changes = $change;
$out[0]->changes = implode("\n", $change);
return $out[0];
}