We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543bfab commit c25d91cCopy full SHA for c25d91c
hooks/post-receive.d/99gitnotify
@@ -215,8 +215,8 @@ sub git_send_notice($$)
215
{
216
push @notice,
217
"URL: "
218
- . "$gitweb_baseurl/$notify_repository/?a=tag;"
219
- . "h=$object;p=$notify_repository.git";
+ . "$gitweb_baseurl/?p=$notify_repository.git;a=tag;"
+ . "h=$object";
220
}
221
222
"Tagger: " .
@@ -247,8 +247,8 @@ sub git_send_notice($$)
247
248
249
250
- . "$gitweb_baseurl/$notify_repository/?a=commit;"
251
+ . "$gitweb_baseurl/?p=$notify_repository.git;a=commit;"
252
253
254
"Author: " . $info{'author'},
0 commit comments