On Tue, Nov 14, 2023 at 10:10:00AM -0800, Andrew Lilley Brinker wrote:

[...]
> As part of this, I maintain the `gitoid` crate (package) for the Rust 
> ecosystem. Currently, this crate only really supports blob objects, because 
> that's all OmniBOR actually needs. But I'd like it to support all Git 
> object types.
[...]
> A good place to look at the structure of the Git objects is 
> https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
[...]

In addition to what Philip has said, I would recommend "Git from the bottom
up" [1, 2] and "Git for computer scientists" [3], which are not-so-gentle
introductions to Git focussing precisely on how Git works under the hood
rather than explaining what a VCS and DVCS and so on and so on.

The next stop should probably be exploring the source code of the
`git cat-file` and `git ls-tree` commands.

 [1]: https://jwiegley.github.io/git-from-the-bottom-up/
 [2]: https://github.com/tpn/pdfs/blob/master/Git%20from%20the%20Bottom%20Up.pdf
 [3]: https://eagain.net/articles/git-for-computer-scientists/

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/20231115072315.eu3yxfbx5jfdyqpu%40carbon.

Reply via email to