srctree

Gregory Mullen parent 3212103a 184ba379
raze ordering is important for sorting

src/endpoints/repos.zig added: 1, removed: 2, total 0
@@ -282,7 +282,6 @@ fn list(ctx: *Context) Error!void {
const rdir = idir.openDir(file.name, .{}) catch continue;
var rpo = Git.Repo.init(rdir) catch continue;
rpo.loadData(ctx.alloc) catch return error.Unknown;
defer rpo.raze();
rpo.repo_name = ctx.alloc.dupe(u8, file.name) catch null;
 
if (rpo.tags != null) {