1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 15:07:42 +01:00
Adam Majer 075c4c89ee
tests: missing refs/ in bare repositories ()
Git 2.43.0 will not detect a git repository as valid without refs/
subdirectory present. `git gc` cleans this up and puts it in
packed-refs. We must keep refs/ non-empty.
2024-01-19 15:12:21 +08:00
..