A deep dive into git internals.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Pacman Ghost 79643104f2 Added a read-me. 2 years ago
cli Added code to verify what is being retrieved from a repo. 2 years ago
git-guts Added code to verify what is being retrieved from a repo. 2 years ago
.gitignore Initialized the repo. 2 years ago
LICENSE.txt Initialized the repo. 2 years ago
Makefile Added basic project infrastructure. 2 years ago
README.md Added a read-me. 2 years ago

README.md

A small library that examines the internal files of a git repo.

It can handle:

  • objects, stored loose or in packs (including ref and offset deltas)
  • the staging index
  • refs
  • reflogs

Compile the cli project (a CLI wrapper around the main library), then run it with --help to get help.