Browse Source

tests: missing refs/ in bare repositories (#28844) (#28852)

Backport #28844 by @AdamMajer

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.

Co-authored-by: Adam Majer <amajer@suse.de>
tags/v1.21.5
Giteabot 4 months ago
parent
commit
89960c3dfb
No account linked to committer's email address

+ 1
- 0
tests/gitea-repositories-meta/user2/test_commit_revert.git/refs/heads/main View File

@@ -0,0 +1 @@
deebcbc752e540bab4ce3ee713d3fc8fdc35b2f7

Loading…
Cancel
Save