Add diffstat information.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Jun 2009 05:57:44 +0000 (23:57 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Jun 2009 06:48:42 +0000 (00:48 -0600)
commit9cee6c185ef30a313de9a1c0f320da3db362593f
tree37191fbdd4185de33cced7d979ee7d98450cf73b
parente39723db456649ac05122e5f6e91c8c4ed07c0f8
Add diffstat information.

Diffstat info added to single patchset, diff, and browsefile screens.
Currently, only git supports.  CVS uses a different way to generate this
info (see queryChangedLines()), but should eventually be changed to the
same mechanism - this diff information should not live directly in the
log object, but rather in the file objects inside of the master log
object.
chora/browsefile.php
chora/diff.php
chora/patchsets.php
chora/templates/diff/hr/header.inc
chora/templates/log/rev.inc
chora/templates/patchsets/ps_single.inc
chora/themes/screen.css
framework/Vcs/lib/Horde/Vcs.php
framework/Vcs/lib/Horde/Vcs/Git.php