diff options
-rwxr-xr-x | read_object.pl | 3 |
1 files changed, 1 insertions, 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); |