aboutsummaryrefslogtreecommitdiff
path: root/src/git/log.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-22git: refactoring git module to have a unified actions APIKatharina Fey1-23/+34
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 Fey1-0/+61
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.