gitweb: Add 'show-sizes' feature to show blob sizes in tree view
commite4b48eaab724d9fd5941c6a683a34ee38a864897
authorJakub Narebski <jnareb@gmail.com>
Mon, 7 Sep 2009 12:40:00 +0000 (7 14:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Sep 2009 21:53:56 +0000 (7 14:53 -0700)
tree845221cfefd9cd97015ce0a4db752b37f31168db
parent6ea71fe7d36cf5b81c2100d97a822ecf0bc04746
gitweb: Add 'show-sizes' feature to show blob sizes in tree view

Add support for 'show-sizes' feature to show (in separate column,
between mode and filename) the size of blobs (files) in the 'tree'
view.  It passes '-l' option to "git ls-tree" invocation.

For the 'tree' and 'commit' (submodule) entries, '-' is shown in place
of size; for generated '..' "up directory" entry nothing is shown.

The 'show-sizes' feature is enabled by default.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.css
gitweb/gitweb.perl