Code

git-notify: Fix "global" notifications
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:00 +0000 (10:40 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:00 +0000 (10:40 +0100)
commit73141bfd92b8baec4dfd45bb99275b53512ec2b9
tree7923763bca3936a03c1124420c262439e7653fbf
parentd100429a4816da68f65c2a5be291e7ae7beb5e17
git-notify: Fix "global" notifications

If the number of commits included with a single push exceeds the maximum
specified via "-n", a single notification will be generated instead of
individual e-mails.  For listing the commits within such a notification,
git-rev-list(1)'s "--pretty" option is used.  This yields output which
the git_rev_list() subroutine didn't accept.  That's now fixed.
tools/git-notify