| author | |
| committer | |
| log | 70d5ded3d5699c452cb3f4298ee2822cfc0f814e |
| tree | 2fd496da12ea1788d6e76195fd3c5fcd0f4568c8 |
| parent | a795e5da2789aa328c6b61aebf13faf2658d3328 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
git.zig+1-1| ... | ... | @@ -1236,7 +1236,7 @@ pub const Repository = struct { |
| 1236 | 1236 | } |
| 1237 | 1237 | for (0..total, result.values()) |i, *v| { |
| 1238 | 1238 | if (!set.isSet(i)) { |
| 1239 | v.* = base_oid; | |
| 1239 | v.* = commit_id; | |
| 1240 | 1240 | } |
| 1241 | 1241 | } |
| 1242 | 1242 |