]> Lady’s Gitweb - Gitweb/commit
gitweb: Show '...' links in "summary" view only if there are more items
authorRobert Fitzsimons <redacted>
Tue, 19 Dec 2006 12:08:54 +0000 (12:08 +0000)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit29d9e2337ef685fafc5f3d5a51bad119c9d0c489f017d18e56ed28cb114ed344
tree715b02bcb1b743b45da249e611ab619918c86175a50ed37e616013fe99bf5484
parent862ffd969a3f4c2fd688e114df739cfd913aad579ea4002343e8347a249d741a
gitweb: Show '...' links in "summary" view only if there are more items

Show "..." links in "summary" view to shortlog, heads (if there are
any), and tags (if there are any) only if there are more items to show
than shown already.

This means that "..." link is shown below shortened shortlog if there
are more than 16 commits, "..." link below shortened heads list if
there are more than 16 heads refs (16 branches), "..." link below
shortened tags list if there are more than 16 tags.

Modified patch from Jakub to to apply cleanly to master, also preform
the same "..." link logic to the forks list.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Robert Fitzsimons <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.219195 seconds and 4 git commands to generate.