author | Jakub Narebski <jnareb@gmail.com> | |
Sun, 10 Sep 2006 22:36:04 +0000 (00:36 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 11 Sep 2006 02:33:09 +0000 (19:33 -0700) | ||
commit | 8be683520e5a00cb7bd67acfd71d9346c33305b2 | |
tree | 1741d401c5882f2213ff502c59c0c1713763b70b | tree | snapshot |
parent | 04f7a94f65f40d24607ba9af77756e121b7c8e4f | commit | diff |
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>
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 | diff | blob | history |