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

fsck: Mark commits with missing or deleted object partial #1533

Closed
wants to merge 3 commits into from

Commits on Apr 13, 2018

  1. lib/repo: Add ostree_repo_traverse_commit_union_with_parents

    This is a version of ostree_repo_traverse_commit_union that also
    remembers where the objects came from, by recording the parent
    relationships in a hashtable. This can be used to later find which
    commits each object was from, which we want to use in fsck.
    alexlarsson authored and cgwalters committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    8e64b92 View commit details
    Browse the repository at this point in the history
  2. fsck: Mark commits with missing or deleted object partial

    This means we can later use various operations to heal the repository
    because ostree does not assume all objects are there.
    
    This the begining of a fix for ostreedev#345
    alexlarsson authored and cgwalters committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    b4da9c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    ac9a98f View commit details
    Browse the repository at this point in the history