Skip to main content
2 of 3
format so that command is readable at once without horizontal scrolling
Kurt Pfeifle
  • 89.1k
  • 24
  • 261
  • 349

Something like the following will print the raw content, including the "$type $length\0" header:

perl -MCompress::Zlib -e 'undef $/; print uncompress(<>)' \
     < .git/objects/27/de0a1dd5a89a94990618632967a1c86a82d577
araqnid
  • 131.2k
  • 25
  • 161
  • 137