From 8cad075d401507e2901647a3af2f6ccb160a926f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 29 Mar 2009 02:30:01 -0400 Subject: Dump tag objects appropriately. Only trees are left. --- read_object.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/read_object.pl b/read_object.pl index 6968a5d..100ad57 100755 --- a/read_object.pl +++ b/read_object.pl @@ -36,8 +36,7 @@ sub format_object { if ($type eq 'commit') { $obj; } elsif ($type eq 'tag') { - warn 'TODO - unimplemented'; - hexdump($obj); + $obj; } elsif ($type eq 'tree') { warn 'TODO - unimplemented'; hexdump($obj); -- cgit v1.2.3