From 92d4554b622ea85ca08d351f696f48a37c67e8b0 Mon Sep 17 00:00:00 2001 From: Kane York Date: Sun, 16 Aug 2020 18:03:32 -0700 Subject: feat(tools/tvlc): init project tvlc is a tool for managing sparse git worktrees of the TVL depot. It is still in development; near-term tasks include a setup script, Nix dependency resolution, worktree removal, and the dispatch script. See cs.tvl.fyi/depot/docs/designs/SPARSE_CHECKOUTS.md for more info. Change-Id: Iad96656f0206178980fe7dcadd3dffe70d690f8f Reviewed-on: https://cl.tvl.fyi/c/depot/+/1760 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tools/tvlc/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/tvlc/OWNERS (limited to 'tools/tvlc/OWNERS') diff --git a/tools/tvlc/OWNERS b/tools/tvlc/OWNERS new file mode 100644 index 0000000000..9e7830ab21 --- /dev/null +++ b/tools/tvlc/OWNERS @@ -0,0 +1,3 @@ +inherited: true +owners: + - riking -- cgit 1.4.1