authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-01-31 13:33:10 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-01-31 13:33:10 -08:00
log586d56281aa49f8ab090830a18c7ec5cae45314b
treef749b4c1ea1623b9c5f36661f85ebd3905f61d1a
parent9fbcc8ce4944dba742296f1e42788bbf1e82be7a

these comments didnt make sense here


1 files changed, 0 insertions(+), 2 deletions(-)

git.zig-2
......@@ -116,7 +116,6 @@ pub fn getObject(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !string {
116116}
117117
118118// TODO make this inspect .git/objects manually
119// TODO make this return a Reader when we implement it ourselves
120119// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
121120// https://git-scm.com/book/en/v2/Git-Internals-Packfiles
122121pub fn getObjectSize(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !u64 {
......@@ -167,7 +166,6 @@ pub fn getType(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !Tree.Object.
167166}
168167
169168// TODO make this inspect .git/objects manually
170// TODO make this return a Reader when we implement it ourselves
171169// TODO make a version of this that accepts an array of sub_paths and searches all of them at once, so as to not lose spot in history when searching for many old paths
172170// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
173171// https://git-scm.com/book/en/v2/Git-Internals-Packfiles