This commit is contained in:
Mark Qvist
2026-05-08 17:00:49 +02:00
parent 33247e21b2
commit d107cd4b42
-2
View File
@@ -3089,8 +3089,6 @@ DOC_PERMISSIONS_TEMPLATE ="# No permissions are currently defined for this workd
# Validate ref names according to https://git-scm.com/docs/git-check-ref-format
# This may be a bit overkill, since git validates names as well, but why not.
def san_ref(ref):
print(ref)
if ref.startswith("-"): return None
if ref.startswith("/"): return None
if ref.endswith("/"): return None