Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: missing refs/ in bare repositories #28844

Merged
merged 3 commits into from
Jan 19, 2024
Merged

Commits on Jan 18, 2024

  1. Fix unit tests

    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.
    AdamMajer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0d5ec83 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    fb8a7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff8a2f View commit details
    Browse the repository at this point in the history