summary refs log tree commit diff stats
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 4871122..2b14572 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -290,7 +290,7 @@ while todotrees:
                 # FIXME html-escape
                 f.write("<li>")
                 f.write("<a href=\"./{}\">{}</a>".format(quoted, quoted))
-                f.write(" <span class=\"bytes\">{}</span>".format(obj.size))
+                #f.write(" <span class=\"bytes\">{}</span>".format(obj.size))
                 f.write("</li>")
             elif isinstance(obj, pygit2.Tree):
                 todotrees.add(obj)