summaryrefslogtreecommitdiffstats
path: root/libexec/post-receive.d/01-mail-notify
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 22:37:44 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 22:37:44 (GMT)
commit588ae809287c6c02e53fb0227bc3c4c6239d4561 (patch)
treecb5fbfee890861df73d80d640224d47c09ac904e /libexec/post-receive.d/01-mail-notify
parent02fc9f14f76f8fb767c4ef0e1dc59676d0678c20 (diff)
downloadsite-588ae809287c6c02e53fb0227bc3c4c6239d4561.tar.gz
git-notify: Replace "-S" with "-G"
Before: -S Enable compatibility with SourceForge's gitweb URLs After: -G Don't append .git extension to repository names in gitweb URLs The new option behaves like the old one, this change should just clarify that this is not specific to SourceForge.
Diffstat (limited to 'libexec/post-receive.d/01-mail-notify')
-rwxr-xr-xlibexec/post-receive.d/01-mail-notify1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/post-receive.d/01-mail-notify b/libexec/post-receive.d/01-mail-notify
index f3b4e77..d9ef967 100755
--- a/libexec/post-receive.d/01-mail-notify
+++ b/libexec/post-receive.d/01-mail-notify
@@ -36,5 +36,6 @@ exec "$gitnotify" \
36 -u "$gitweburl" \ 36 -u "$gitweburl" \
37 -A \ 37 -A \
38 -C \ 38 -C \
39 -G \
39 -T \ 40 -T \
40 -z 41 -z