| author | |
| committer | |
| log | d4f5ccc9c45aee4f6a91058931fb4dbe5384471a |
| tree | 3890ab83ad87950a3302614aa9cecf77ffc8f93f |
| parent | 77c15ef110976fb3da134b8187877d8ab7fcd975 |
1 files changed, 1 insertions(+), 0 deletions(-)
git.zig+1| ... | ... | @@ -139,6 +139,7 @@ pub const Tree = struct { |
| 139 | 139 | pub const Id = union(enum) { |
| 140 | 140 | blob: BlobId, |
| 141 | 141 | tree: TreeId, |
| 142 | commit: CommitId, | |
| 142 | 143 | |
| 143 | 144 | pub const Tag = std.meta.Tag(@This()); |
| 144 | 145 | }; |