| ... | @@ -80,7 +80,7 @@ pub const DepType = enum { | ... | @@ -80,7 +80,7 @@ pub const DepType = enum { |
| 80 | return switch (self) { | 80 | return switch (self) { |
| 81 | .local => "", | 81 | .local => "", |
| 82 | .system_lib => "", | 82 | .system_lib => "", |
| 83 | .git => try std.fmt.allocPrint(gpa, "commit-{s}", .{(try u.git_rev_HEAD(gpa, mdir))[0..7]}), | 83 | .git => try std.fmt.allocPrint(gpa, "commit-{s}", .{(try u.git_rev_HEAD(gpa, mdir))}), |
| 84 | .hg => "", | 84 | .hg => "", |
| 85 | .http => "", | 85 | .http => "", |
| 86 | }; | 86 | }; |