The branch "master" has been updated. The following is a summary of the commits.
from: e39723db456649ac05122e5f6e91c8c4ed07c0f8 9cee6c1... Add diffstat information. 5fcd2a0... null is the default argument here. 9c775af... Reuse diff graphic. ----------------------------------------------------------------------- commit 9cee6c185ef30a313de9a1c0f320da3db362593f Author: Michael M Slusarz <[email protected]> Date: Tue Jun 16 23:57:44 2009 -0600 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 | 10 +++++++ chora/diff.php | 9 +++++- chora/patchsets.php | 5 +++ chora/templates/diff/hr/header.inc | 1 + chora/templates/log/rev.inc | 7 +++- chora/templates/patchsets/ps_single.inc | 2 +- chora/themes/screen.css | 8 +++++ framework/Vcs/lib/Horde/Vcs.php | 15 +++++++++- framework/Vcs/lib/Horde/Vcs/Git.php | 45 ++++++++++++++++++------------ 9 files changed, 78 insertions(+), 24 deletions(-) http://git.horde.org/diff.php/chora/browsefile.php?rt=horde-hatchery&r1=c7bfa67aa6771e7dcbcb9ccf61edaddf0ec61c36&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=c38f2e8af33f2aad5309d90ba1743b729b6d80d7&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=e39723db456649ac05122e5f6e91c8c4ed07c0f8&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=a90503cf9dc2760de104bdb33e0cb545f929cc34&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/templates/patchsets/ps_single.inc?rt=horde-hatchery&r1=e39723db456649ac05122e5f6e91c8c4ed07c0f8&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=e39723db456649ac05122e5f6e91c8c4ed07c0f8&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=cc6baf0048dc8ad8f67dfc29f88547f87895c756&r2=9cee6c185ef30a313de9a1c0f320da3db362593f http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=e39723db456649ac05122e5f6e91c8c4ed07c0f8&r2=9cee6c185ef30a313de9a1c0f320da3db362593f ----------------------------------------------------------------------- commit 5fcd2a0480fc95d48609702041035a8913040acd Author: Michael M Slusarz <[email protected]> Date: Wed Jun 17 00:35:02 2009 -0600 null is the default argument here. imp/attachment.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=5fcd2a0480fc95d48609702041035a8913040acd ----------------------------------------------------------------------- commit 9c775afca46c51d4161f22c90022fc1e46df1d1f Author: Michael M Slusarz <[email protected]> Date: Wed Jun 17 00:39:52 2009 -0600 Reuse diff graphic. chora/browsefile.php | 1 + chora/templates/log/rev.inc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/chora/browsefile.php?rt=horde-hatchery&r1=9cee6c185ef30a313de9a1c0f320da3db362593f&r2=9c775afca46c51d4161f22c90022fc1e46df1d1f http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=9cee6c185ef30a313de9a1c0f320da3db362593f&r2=9c775afca46c51d4161f22c90022fc1e46df1d1f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
