aboutsummaryrefslogtreecommitdiff
path: root/src/git (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-22git: refactoring git module to have a unified actions APIKatharina Fey4-43/+120
2020-06-22git/log: adding a lot of parsing code to make libgit2 usefulKatharina Fey1-9/+54
2020-06-22Committing all the libgit2 progress before throwing it awayKatharina Fey4-0/+229
I don't think libgit2 is the way forward to make any of this work. There's so much work involved in parsing the git k-v store, and the library itself is essentially of zero help for most of the heavy lifting.