[commits] Horde-Support branch master updated. 1f8808507ced9dadf33350d1c1f1d4222a4631f7

Michael Rubinsky mike at theupstairsroom.com
Thu Jan 7 22:53:05 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: ddf16c475dd3b9e24707590e094f2830e72b03da

bb2d85a First attempt at ignoring commits on topic branch that are from a rebase from master.
1f88085 Only perform these checks if we are not pushing to master

-----------------------------------------------------------------------

commit bb2d85afede1d13d7ca4408a68b04289862bd7c4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 17:38:29 2010 -0500

    First attempt at ignoring commits on topic branch that are from a rebase from master.
    
    When creating a commit email, ignore revisions on a topic branch that
    have been already applied to master. This keeps the commit email cleaner
    by only providing the commits that actually pertain ONLY to the topic branch.
    
    This only affects the main body of the email, the summary section still needs
    to be looked at, since that is just the raw output of git log. Any help
    on refactoring that section would be most welcome :)
    
    I haven't updated dev.horde.org yet to this new script. Would appreciate someone else
    looking at it to make sure it looks sane first.

 git-hooks/post-receive-email |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/git-hooks/post-receive-email?rt=horde-support&r1=36c814dc98ca3e39637f51ab7dfb94e02343b9fb&r2=bb2d85afede1d13d7ca4408a68b04289862bd7c4

-----------------------------------------------------------------------

commit 1f8808507ced9dadf33350d1c1f1d4222a4631f7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 17:52:11 2010 -0500

    Only perform these checks if we are not pushing to master

 git-hooks/post-receive-email |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/git-hooks/post-receive-email?rt=horde-support&r1=bb2d85afede1d13d7ca4408a68b04289862bd7c4&r2=1f8808507ced9dadf33350d1c1f1d4222a4631f7




More information about the commits mailing list