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

Fix initial commit on fresh install #544

Merged
merged 1 commit into from
Oct 7, 2022

Commits on Oct 5, 2022

  1. Fix initial commit on fresh install

    **Why?**
    
    When the repository is created, there are no commits in the repo yet.
    The process tried to create a branch where the parent commit id was empty.
    This is not allowed.
    
    **What?**
    
    Instead, it should only create the branch when there is a commit to branch off
    from. Otherwise it should only create the new commits on the main branch
    directly.
    sbkok committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    08896bb View commit details
    Browse the repository at this point in the history