]> Lady’s Gitweb - Gitweb/commit
gitweb: Add 'show-sizes' feature to show blob sizes in tree view
authorJakub Narebski <redacted>
Mon, 7 Sep 2009 12:40:00 +0000 (14:40 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit4a7fb0bc24b3a9ff745a1faae8d8df828563cf61e603d9cffbfdbb5641844581
tree761ea4bae98702f324356e8910f51773577d07e643a43416edb72f517549c581
parentfee7c4ca627e43d977d6c65a94d134b38781347f88fba3f7a9307f684bb420c5
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
gitweb.perl
This page took 0.132085 seconds and 4 git commands to generate.