There isn't a table of contents for the website? I haven't been able to find one.
Ugit - DIY Git in Python
11–20 of 25 posts
Re: Ugit - DIY Git in Python
#12Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these
Re: Ugit - DIY Git in Python
#13Re: Ugit - DIY Git in Python
#14Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these
And I wrote the one that 9front uses, which is self hosting (client, server, and web ui all run off it): http://shithub.us/ori/git9/HEAD/f.html
Re: Ugit - DIY Git in Python
#15This is a very powerful way to go through a codebase (when it is possible).
Re: Ugit - DIY Git in Python
#16Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these
Re: Ugit - DIY Git in Python
#17Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these
I think I have most of the object type parsers done for loose objects and pack files, just need to finish implementing the delta ref decoding algorithm.
Re: Ugit - DIY Git in Python
#18Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these
I was thinking the same and found the book that teaches to build Git in Ruby, although I haven’t checked it out yet: https://shop.jcoglan.com/building-git/
Re: Ugit - DIY Git in Python
#19Never seen a writing style like that. How is it called? I want to read some documentation and history.