From fb714834adfb0e1e36c4cfc7ca288391cfc18986 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jan 2026 15:15:15 +0100 Subject: pkg/codesearch: add dir-index command dir-index provides a list of subdirectories and files in the given directory in the source tree. --- pkg/codesearch/testdata/query-dir-index-mm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/codesearch/testdata/query-dir-index-mm (limited to 'pkg/codesearch/testdata/query-dir-index-mm') diff --git a/pkg/codesearch/testdata/query-dir-index-mm b/pkg/codesearch/testdata/query-dir-index-mm new file mode 100644 index 000000000..554270e4e --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-mm @@ -0,0 +1,7 @@ +dir-index /mm/ + +directory /mm/ subdirs: + +directory /mm/ files: + - slub.c + - slub.h -- cgit mrf-deployment