From 680d30bd77c4793fe5c1eaa05ad5217a2faee7c0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 21 Feb 2026 12:27:55 +0800 Subject: refstore/reftable: Add basic implementation --- refstore/reftable/path.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 refstore/reftable/path.go (limited to 'refstore/reftable/path.go') diff --git a/refstore/reftable/path.go b/refstore/reftable/path.go new file mode 100644 index 00000000..3bdaf5cd --- /dev/null +++ b/refstore/reftable/path.go @@ -0,0 +1,8 @@ +package reftable + +import "path" + +// pathMatch applies path.Match to full ref names. +func pathMatch(pattern, name string) (bool, error) { + return path.Match(pattern, name) +} -- cgit v1.3.1-10-gc9f91