gitweb: Paginate history output
commit8be683520e5a00cb7bd67acfd71d9346c33305b2
authorJakub Narebski <jnareb@gmail.com>
Sun, 10 Sep 2006 22:36:04 +0000 (11 00:36 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 11 Sep 2006 02:33:09 +0000 (10 19:33 -0700)
tree1741d401c5882f2213ff502c59c0c1713763b70b
parent04f7a94f65f40d24607ba9af77756e121b7c8e4f
gitweb: Paginate history output

git_history output is now divided into pages, like git_shortlog,
git_tags and git_heads output. As whole git-rev-list output is now
read into array before writing anything, it allows for better
signaling of errors.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl