summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b58160)
raw | patch | inline | side by side (parent: 4b58160)
author | Holger Weiss <holger@zedat.fu-berlin.de> | |
Mon, 26 Oct 2009 01:41:51 +0000 (02:41 +0100) | ||
committer | Holger Weiss <holger@zedat.fu-berlin.de> | |
Mon, 26 Oct 2009 01:41:51 +0000 (02:41 +0100) |
The gitweb_url() subroutine was an unused and empty hangover.
tools/git-notify | patch | blob | history |
diff --git a/tools/git-notify b/tools/git-notify
index 4a0faa5f8c9dce39ffb4652d1309af8f9973a7a1..68456fb579cab37ab7b6fcd26d9c6070aac5ffe2 100755 (executable)
--- a/tools/git-notify
+++ b/tools/git-notify
return @table;
}
-# return the gitweb URL of the given commit or undef
-sub gitweb_url($$)
-{
-}
-
# format an integer date + timezone as string
# algorithm taken from git's date.c
sub format_date($$)