Code

git-notify: Support SourceForge repositories
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
commitc3e2186b15901579cec17aca22646b9dddf2363f
treefe564afc032a7870fafb885e34f9682154039c5d
parent71351c5a4db3a143ca23d7614c23e80b31bdd15c
git-notify: Support SourceForge repositories

The Gitweb URLs for repositories hosted by SourceForge are slightly
different than other Gitweb URLs.  The correct URL cannot be specified
via "-u" if we append "/$repos_name.git/?" to that URL as we usually do.
If the new "-S" flag is specified or "notify.sourceforge" is set, we'll
append "/$repos_name;" instead, which makes the "-u" option usable for
SourceForge repositories.
tools/git-notify