Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | just-deduplicate-repos: merge pragma of identified repositories | Klaus Aehlig | |
While just-deduplcate-repos only identifies repositories that are semantically indistinguishable, there still is the pragma to consider. - If the repository in one use requires to be present, we have to fetch it, hence cannot treat it as absent. - If a repository in one place has to be transformed to a git root, this also has to happen for the copy we keep. | |||
2023-09-01 | Add a utility tool to deduplicate internal repositories | Klaus Aehlig | |
Together with just-import-git that allows a work flow of easily importing dependencies without exponential blow up of the resulting repos.json files. |