diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 22:37:44 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 22:37:44 (GMT) |
commit | 588ae809287c6c02e53fb0227bc3c4c6239d4561 (patch) | |
tree | cb5fbfee890861df73d80d640224d47c09ac904e /libexec/post-receive.d/01-mail-notify | |
parent | 02fc9f14f76f8fb767c4ef0e1dc59676d0678c20 (diff) | |
download | site-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-x | libexec/post-receive.d/01-mail-notify | 1 |
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 |