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

Run tests with a realistic version of git #2043

Merged
merged 4 commits into from
Nov 30, 2022
Merged

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    1e8ccce View commit details
    Browse the repository at this point in the history
  2. Only rename default branch if it is not master

    The issue here is that renaming a branch in an empty repository will
    fail with earlier versions of git (e.g. 2.25), where the default branch
    is always master anyways.
    Aratz committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f35fbfb View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Aratz committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6d150ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    755b9f2 View commit details
    Browse the repository at this point in the history