Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
signed push: teach smart-HTTP to pass "git push --signed" around
[gitweb.git]
/
t
/
t1402-check-ref-format.sh
diff --git
a/t/t1402-check-ref-format.sh
b/t/t1402-check-ref-format.sh
index 1a5a5f39fd94f9eb98824b3d84983782b9ff71bb..4bc7141226c802ca049a76e978b6196f9e9fd7ff 100755
(executable)
--- a/
t/t1402-check-ref-format.sh
+++ b/
t/t1402-check-ref-format.sh
@@
-48,6
+48,7
@@
invalid_ref './foo/bar'
invalid_ref 'foo/./bar'
invalid_ref 'foo/bar/.'
invalid_ref '.refs/foo'
+invalid_ref 'refs/heads/foo.'
invalid_ref 'heads/foo..bar'
invalid_ref 'heads/foo?bar'
valid_ref 'foo./bar'