]> Lady’s Gitweb - Gitweb/commit
gitweb: Add generic git_object subroutine to display object of any type
authorJakub Narebski <redacted>
Sun, 10 Dec 2006 12:25:47 +0000 (13:25 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit2929829c600dfe0d3e98756c5cf09caf5f1cdbad2b6f5f47e610c1f065095a40
treea691343f9420f2b12b0f07b72624588f35ce7a8a6665aad4ed41dc232400598a
parent44caadd66efd289943ce8ba1ac63ad0fdf678252374531f22718a92d73d5f57e
gitweb: Add generic git_object subroutine to display object of any type

Add generic "object" view implemented in git_object subroutine, which is
used to display object of any type; to be more exact it redirects to the
view of correct type: "blob", "tree", "commit" or "tag".  To identify object
you have to provide either hash (identifier of an object), or (in the case of
tree and blob objects) hash of commit object (hash_base) and path (file_name).

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