From 9d9a90ad3d64d54948b736f6866a82c6670b61c1 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 16 Sep 2022 14:27:13 -0400 Subject: clone: test bare clone namespaced repo with no HEAD Test that we can successfully clone a repository that is namespace scoped to a bare repository locally. We need not specify a checkout branch in this case (obviously, since we do not check anything out in a bare clone). --- .../objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e | Bin 0 -> 54 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/resources/namespace.git/objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e (limited to 'tests/resources/namespace.git/objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e') diff --git a/tests/resources/namespace.git/objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e b/tests/resources/namespace.git/objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e new file mode 100644 index 000000000..3005ed15a Binary files /dev/null and b/tests/resources/namespace.git/objects/10/fcb1c85bd6b3bc6f43e0a3932ff5859121a84e differ -- cgit v1.2.1