Return version tags in directory listing

This commit is contained in:
2025-11-25 12:08:33 +01:00
parent afad13f44f
commit 0d099a1fa6
6 changed files with 16 additions and 1 deletions
+1
View File
@@ -257,6 +257,7 @@ int file_tree_list(FileTree *ft, string path,
items[i].name_len = name_cpy;
items[i].is_dir = c->is_dir;
items[i].gen = c->gen;
}
assert(e->gen != NO_GENERATION);