summaryrefslogtreecommitdiffstats
path: root/read_object.pl
diff options
context:
space:
mode:
Diffstat (limited to 'read_object.pl')
-rwxr-xr-xread_object.pl3
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);