author | Robert Fitzsimons <robfitz@273k.net> | |
Sun, 24 Dec 2006 14:31:42 +0000 (14:31 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Dec 2006 18:40:43 +0000 (10:40 -0800) | ||
commit | 756bbf548dbef5b738c50ce6517f5c63ab929373 | |
tree | 24d16daeecb88092c3596e9dea92ac3d52ed8840 | tree | snapshot |
parent | d4ada4876d5ab7b271857917231f6006f2160bca | commit | diff |
gitweb: Add parse_commits, used to bulk load commit objects.
Add a new method parse_commits which is able to parse multiple commit
objects at once. Reworked parse_commit to share the commit object
parsing logic.
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Add a new method parse_commits which is able to parse multiple commit
objects at once. Reworked parse_commit to share the commit object
parsing logic.
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |