| ... | @@ -7,3 +7,9 @@ | ... | @@ -7,3 +7,9 @@ |
| 7 | [](https://github.com/nektro/zigmod) | 7 | [](https://github.com/nektro/zigmod) |
| 8 | | 8 | |
| 9 | Inspect into the depths of your .git folder purely from Zig. | 9 | Inspect into the depths of your .git folder purely from Zig. |
| | 10 | |
| | 11 | ## Resources |
| | 12 | |
| | 13 | - https://git-scm.com/book/en/v2/Git-Internals-Git-Objects |
| | 14 | - https://git-scm.com/docs/gitformat-pack |
| | 15 | - https://awasu.com/weblog/git-guts/delta-objects/ |