An open API service indexing awesome lists of open source software.

https://github.com/rubyist/gitguts

Code for the Git Guts articles on killring.io
https://github.com/rubyist/gitguts

Last synced: 8 months ago
JSON representation

Code for the Git Guts articles on killring.io

Awesome Lists containing this project

README

          

* Git Guts

This repo holds the code from my git guts articles on [[https://killring.io][killring.io]].

- [[https://killring.io/post/git-guts-pack-index][The Pack Index]] :: Dig through git's pack file index
- The Pack File :: Grub around in git's pack file and wrangle objects
- Loose Objects :: Hang loose with git's loose object format
- The Index :: Use the index to figure out what's what

And maybe more?