diff options
Diffstat (limited to 'git-hooks/post-receive')
-rwxr-xr-x | git-hooks/post-receive | 2 |
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) |