Code

git-notify: Make showing the committer optional
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 01:23:32 +0000 (02:23 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 01:23:32 +0000 (02:23 +0100)
commit0775c9fc10e1128334763f516342d6b312508ef5
treedc199415c174427f130df23a9fb6907e072ccf60
parent48ec125cf19a441fce80ad9bf3687a4e52761345
git-notify: Make showing the committer optional

Only the author's name and address will now be mentioned in a commit
notification by default.  However, if the "-C" option is specified (or
"notify.showCommitter" is set), the committer's name and address will
also be included in the notification if the committer is not the author
of the commit (as we previously did by default).
tools/git-notify