Replace project references with container
All git related classes (`Blob`, `Commit`, ...) assume that `project` is the object that has the repository. Nevertheless, now that we're adding repositories to snippets, we need to abstract this. We're moving from `project` to `container`.
Showing
Please register or sign in to comment