bluewww / blobby

Read and dump git object files (loose and packed)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blobby

Reads and dumps git objects (loose and packed) from a git repository. This script demonstrates how to parse this data.

Most of the information can be gleamed from the git documentation itself though some parts are lacking such as the description of how the offset in OFS_DELTAs is encoded.

Usage

./blobby.py path-to-your-repository

About

Read and dump git object files (loose and packed)

License:MIT License


Languages

Language:Python 100.0%