| author | |
| committer | |
| log | ca7b874e8b8b600bcb9342a6e6f0e366a8572724 |
| tree | 6ce63f0e0aaa2b7139b0608afc3fe34385b459e9 |
| parent | 1e8374fff055a997d494d4323c3cdb1e48cc340d |
1 files changed, 1 insertions(+), 1 deletions(-)
git.zig+1-1| ... | ... | @@ -55,7 +55,7 @@ pub fn getHEAD(alloc: std.mem.Allocator, dir: std.fs.Dir) !CommitId { |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | fn ensureObjId(comptime T: type, input: string) T { |
| 58 | std.debug.assert(input.len == 40); | |
| 58 | extras.assertLog(input.len == 40, input); | |
| 59 | 59 | return .{ .id = input[0..40] }; |
| 60 | 60 | } |
| 61 | 61 |