Re: [PATCH/RFC] gitweb: Great subroutines renaming
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:36
Jakub Narebski [off-list ref] writes:
It is needed in gitweb to create pagination/paging navigation bar.
Currently it is done by reading all the output into array, and
checking length of this array.
If you want to show 10 and do ... when you have more than that,
the standard technique is to ask for 11 ;-).