• Show log

    Commit

  • Hash : fbc0dcda
    Author : Carlos Martín Nieto
    Date : 2018-10-08T13:01:23

    index: add failing test for writing an invalid tree from an unowned index When the index does not belong to any repository, we do not do any checks of the target id going in as we cannot verify that it exists. When we then write it out to a repository as a tree, we fail to perform the object existance and type-matching check that we do in other code-paths. This leads to being able to write trees which point to non-existent blobs even with strict object creation enabled.