summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-notify5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/git-notify b/tools/git-notify
index 4a0faa5..68456fb 100755
--- a/tools/git-notify
+++ b/tools/git-notify
@@ -224,11 +224,6 @@ sub format_table(@)
224 return @table; 224 return @table;
225} 225}
226 226
227# return the gitweb URL of the given commit or undef
228sub gitweb_url($$)
229{
230}
231
232# format an integer date + timezone as string 227# format an integer date + timezone as string
233# algorithm taken from git's date.c 228# algorithm taken from git's date.c
234sub format_date($$) 229sub format_date($$)