post-receive-email: remove spurious commas in email subject
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 11 Aug 2010 08:14:13 +0000 (10:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Aug 2010 18:23:25 +0000 (11:23 -0700)
commitb5e233ecc411c8685463333d180a135c6866c50e
tree1226905cae09fdbefbc7704a4c61aabd9dc5d925
parent7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b
post-receive-email: remove spurious commas in email subject

The previous form produced subjects like

  [SCM] project.git branch, foo, updated. ...

The new one will produce the lighter

  [SCM] project.git branch foo updated. ...

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/hooks/post-receive-email