A small utility that decodes git objects, mainly useful for forensics, recovery, and CTF challenges.
$ cargo install --git https://github.com/lrazovic/decode-git-object
$ decode-git-object <file>
Inspired by get-git-object by @b1fair