authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-27 19:10:21 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-27 19:10:21 -07:00
logd4f5ccc9c45aee4f6a91058931fb4dbe5384471a
tree3890ab83ad87950a3302614aa9cecf77ffc8f93f
parent77c15ef110976fb3da134b8187877d8ab7fcd975

trees can also have commit objects, which refer to submodules


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

git.zig+1
...@@ -139,6 +139,7 @@ pub const Tree = struct {...@@ -139,6 +139,7 @@ pub const Tree = struct {
139 pub const Id = union(enum) {139 pub const Id = union(enum) {
140 blob: BlobId,140 blob: BlobId,
141 tree: TreeId,141 tree: TreeId,
142 commit: CommitId,
142143
143 pub const Tag = std.meta.Tag(@This());144 pub const Tag = std.meta.Tag(@This());
144 };145 };