diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2022-09-16 14:27:13 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-09-19 05:07:16 -0400 |
commit | 9d9a90ad3d64d54948b736f6866a82c6670b61c1 (patch) | |
tree | 178e4a322179fdf37331f5d9b40a8701d55e6a35 /tests/resources/namespace.git/refs/heads/main | |
parent | c928d96ea40a83713aaac523cd6e6bd5b5fb7490 (diff) | |
download | libgit2-9d9a90ad3d64d54948b736f6866a82c6670b61c1.tar.gz |
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).
Diffstat (limited to 'tests/resources/namespace.git/refs/heads/main')
-rw-r--r-- | tests/resources/namespace.git/refs/heads/main | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/namespace.git/refs/heads/main b/tests/resources/namespace.git/refs/heads/main new file mode 100644 index 000000000..b8697694e --- /dev/null +++ b/tests/resources/namespace.git/refs/heads/main @@ -0,0 +1 @@ +7eeaa70d7c5592db920a2e107ce3918bd4c8a425 |