Age | Commit message (Collapse) | Author |
|
When constructing a git tree out of an artifact stage, support
rehashing the artifact digests on the fly, so that artifact stages
not based on GitSHA1 can be supported as well.
|
|
... and, in this way, avoid git-tree computations with invalid git
identifiers.
|
|
Computed roots are given as the artifacts stage of a target. However,
to be usable as a root, we need the git tree identifier of that
root. Therefore, add a library doing this computation, avoiding
file-system operations whenever possible.
|