| 27 days ago | Meghan Denny | read names from mailmap too |
| 27 days ago | Meghan Denny | getRefs: add a field to be the commit it points at |
| 27 days ago | Meghan Denny | Mode: add octal |
| 27 days ago | Meghan Denny | parseCommit: use mailmap |
| 27 days ago | Meghan Denny | Repository: add initMailmap |
| 27 days ago | Meghan Denny | getHEAD: handle zero commits |
| 28 days ago | Meghan Denny | getCommit: add CacheBehavior param |
| 28 days ago | Meghan Denny | back out of the CommitIdx abstraction, makes using CacheBehavior impossible |
| 28 days ago | Meghan Denny | Repository.getObject: remove arena parameter |
| 28 days ago | Meghan Denny | parseCommit: pass a gpa |
| 28 days ago | Meghan Denny | getHEAD: make the returned memory the same size that needs to be free'd |
| 28 days ago | Meghan Denny | add raw field to Tree, Commit, Tag |
| 1 month ago | Meghan Denny | add CacheBehavior |
| 1 month ago | Meghan Denny | missing changes for ee13f80f6a00477098711a81fdef8d65ca6d1c2e |
| 1 month ago | Meghan Denny | getDeltadObject: always cache into unpacked_objects |
| 1 month ago | Meghan Denny | add getObjectPackIndex, move this block into its own function |
| 1 month ago | Meghan Denny | rewrite getTreeDiffOnlySummary in zig as writeTreeDiffOnlySummary |
| 1 month ago | Meghan Denny | tune getTreeDiffOnlyStat to never collapse file names |
| 1 month ago | Meghan Denny | re-remove the hint param from Tree.get |
| 1 month ago | Meghan Denny | break diffFileIterator out of writeTreeDiffOnlyRaw |
| 1 month ago | Meghan Denny | replace getTreeDiffOnlyRaw with pure zig writeTreeDiffOnlyRaw |
| 1 month ago | Meghan Denny | rework Tree search again |
| 1 month ago | Meghan Denny | getTree: remove allocations parsing object id |
| 1 month ago | Meghan Denny | getTree: use findFirstUnset |
| 1 month ago | Meghan Denny | remove MultiArrayList and the need to sort in getTree to use binary search in Tree.get |
| 1 month ago | Meghan Denny | dont trim stdout on these functions |
| 1 month ago | Meghan Denny | add more getTreeDiff variations for specific endpoints |
| 1 month ago | Meghan Denny | fix a crash in getTreeCommits when a tree used to be a submodule |
| 1 month ago | Meghan Denny | update to zig 0.16 |
| 1 month ago | Meghan Denny | update to zig 0.16.0 |
| 1 month ago | Meghan Denny | remove c dep from sys-linux |
| 1 month ago | Meghan Denny | update to zig 0.15.2 |
| 1 month ago | Meghan Denny | update to zig 0.15.2 |
| 1 month ago | Meghan Denny | deps: added zig-sys-darwin |
| 1 month ago | Meghan Denny | give madler/zlib a stable id |
| 1 month ago | Meghan Denny | Repository.getTreeCommits: if search makes it to the end, don't assign the first commit; assign the last |
| 1 month ago | Meghan Denny | Repository.getTreeCommits: include first commit in searched number |
| 1 month ago | Meghan Denny | Repository.getTreeCommits: result is in the same order as base_tree.children so we can skip the .get lookup here |
| 1 month ago | Meghan Denny | replace 'std.process.Child' calls with custom implementation |
| 2 months ago | Meghan Denny | parseTreeDiff: fix file name when has a space in it and is binary change |
| 2 months ago | Meghan Denny | add Repository.getObjectS() |
| 2 months ago | Meghan Denny | add Tree.Object.Mode.intbytes() |
| 2 months ago | Meghan Denny | getTreeCommits: don't get the tree if it's the same one as the previous commit |
| 3 months ago | Meghan Denny | Tree: add Walker |
| 3 months ago | Meghan Denny | move Tree, Commit, Tag below Repository |
| 3 months ago | Meghan Denny | Tree: Object names are nul-terminated |
| 3 months ago | Meghan Denny | add getTreeCommits test |
| 3 months ago | Meghan Denny | fix test from parent |
| 3 months ago | Meghan Denny | getTree: another speedup from a custom MultiArrayList |
| 3 months ago | Meghan Denny | getTree: only recalculate MAL slice on list resize |
|