From 206ebecb67c18cac157007941a63cb31a767f30b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 22 May 2023 16:38:12 +0200 Subject: just-import-git: support assuming the canonical single-repo config Add an option --plain pretending that the remote repository configuration is the canonical single-repository one. In this way, repositories not having a multi-repository configuration (e.g., code built with a foreign build system) can be imported in the same way to a template, thus providing a more uniform interface. This can also be useful, if a repository is to be imported completely without its transitive dependencis. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cc4f3c..1b9306a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ A feature release on top of `1.1.0`, backwards compatible. +### Other changes + +- `just-import-git` now supports an option `--plain` to import a + repository without dependencies. + ## Release `1.1.0` (2023-05-19) A feature release on top of `1.0.0`, backwards compatible. -- cgit v1.2.3