| 3 months ago | Meghan Denny | | add getObjectPackIndex, move this block into its own function |
| 3 months ago | Meghan Denny | | rewrite getTreeDiffOnlySummary in zig as writeTreeDiffOnlySummary |
| 3 months ago | Meghan Denny | | tune getTreeDiffOnlyStat to never collapse file names |
| 3 months ago | Meghan Denny | | re-remove the hint param from Tree.get |
| 3 months ago | Meghan Denny | | break diffFileIterator out of writeTreeDiffOnlyRaw |
| 3 months ago | Meghan Denny | | replace getTreeDiffOnlyRaw with pure zig writeTreeDiffOnlyRaw |
| 3 months ago | Meghan Denny | | rework Tree search again |
| 3 months ago | Meghan Denny | | getTree: remove allocations parsing object id |
| 3 months ago | Meghan Denny | | getTree: use findFirstUnset |
| 3 months ago | Meghan Denny | | remove MultiArrayList and the need to sort in getTree to use binary search in Tree.get |
| 3 months ago | Meghan Denny | | dont trim stdout on these functions |
| 3 months ago | Meghan Denny | | add more getTreeDiff variations for specific endpoints |
| 3 months ago | Meghan Denny | | fix a crash in getTreeCommits when a tree used to be a submodule |
| 3 months ago | Meghan Denny | | update to zig 0.16 |
| 3 months ago | Meghan Denny | | update to zig 0.16.0 |
| 3 months ago | Meghan Denny | | remove c dep from sys-linux |
| 3 months ago | Meghan Denny | | update to zig 0.15.2 |
| 3 months ago | Meghan Denny | | update to zig 0.15.2 |
| 3 months ago | Meghan Denny | | deps: added zig-sys-darwin |
| 3 months ago | Meghan Denny | | give madler/zlib a stable id |
| 3 months ago | Meghan Denny | | Repository.getTreeCommits: if search makes it to the end, don't assign the first commit; assign the last |
| 3 months ago | Meghan Denny | | Repository.getTreeCommits: include first commit in searched number |
| 3 months ago | Meghan Denny | | Repository.getTreeCommits: result is in the same order as base_tree.children so we can skip the .get lookup here |
| 3 months ago | Meghan Denny | | replace 'std.process.Child' calls with custom implementation |
| 4 months ago | Meghan Denny | | parseTreeDiff: fix file name when has a space in it and is binary change |
| 4 months ago | Meghan Denny | | add Repository.getObjectS() |
| 4 months ago | Meghan Denny | | add Tree.Object.Mode.intbytes() |
| 4 months ago | Meghan Denny | | getTreeCommits: don't get the tree if it's the same one as the previous commit |
| 5 months ago | Meghan Denny | | Tree: add Walker |
| 5 months ago | Meghan Denny | | move Tree, Commit, Tag below Repository |
| 5 months ago | Meghan Denny | | Tree: Object names are nul-terminated |
| 5 months ago | Meghan Denny | | add getTreeCommits test |
| 5 months ago | Meghan Denny | | fix test from parent |
| 5 months ago | Meghan Denny | | getTree: another speedup from a custom MultiArrayList |
| 5 months ago | Meghan Denny | | getTree: only recalculate MAL slice on list resize |
| 5 months ago | Meghan Denny | | Tree: replace children with MultiArrayList to enable binary search in get |
| 5 months ago | Meghan Denny | | getTreeCommits: short-circuit when traverseTo cant find the path |
| 5 months ago | Meghan Denny | | comment another log for getTreeCommits |
| 5 months ago | Meghan Denny | | fix log typo |
| 5 months ago | Meghan Denny | | cache ofs_delta objects too |
| 5 months ago | Meghan Denny | | fix test from previous commit |
| 5 months ago | Meghan Denny | | add getTreeCommits |
| 5 months ago | Meghan Denny | | make getCommit return indexes now instead of big struct |
| 5 months ago | Meghan Denny | | addPackedRefs: fix error when packed-refs does not exist yet |
| 5 months ago | Meghan Denny | | truncase instead of intCast here, slice may be longer but correct block will always fit |
| 5 months ago | Meghan Denny | | include the .idx name in this tracer log |
| 5 months ago | Meghan Denny | | handle large pack_offset |
| 5 months ago | Meghan Denny | | add Mode.eql() |
| 5 months ago | Meghan Denny | | remove an undefined in parseTreeDiff |
| 5 months ago | Meghan Denny | | fix oneliner in getDeltadObject when nbytes=0 |
|