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 {...@@ -116,7 +116,6 @@ pub fn getObject(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !string {
116}116}
117117
118// TODO make this inspect .git/objects manually118// TODO make this inspect .git/objects manually
119// TODO make this return a Reader when we implement it ourselves
120// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects119// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
121// https://git-scm.com/book/en/v2/Git-Internals-Packfiles120// https://git-scm.com/book/en/v2/Git-Internals-Packfiles
122pub fn getObjectSize(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !u64 {121pub 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....@@ -167,7 +166,6 @@ pub fn getType(alloc: std.mem.Allocator, dir: std.fs.Dir, obj: Id) !Tree.Object.
167}166}
168167
169// TODO make this inspect .git/objects manually168// TODO make this inspect .git/objects manually
170// TODO make this return a Reader when we implement it ourselves
171// 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 paths169// 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
172// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects170// https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
173// https://git-scm.com/book/en/v2/Git-Internals-Packfiles171// https://git-scm.com/book/en/v2/Git-Internals-Packfiles