We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4150bd4 commit 8817d2dCopy full SHA for 8817d2d
CHANGES.md
@@ -12,6 +12,19 @@
12
13
14
15
+### Features
16
+
17
+- Added support for specifying a list of refs that should be filtered out from a remote repository.
18
+ [#16](https://github.com/pulp/pulp-cli-ostree/issues/16)
19
+- Decoupled workflows for importing all refs and commits. To import everything from a tarball, one
20
+ should use the ``import-all`` command. When importing commits assigned to a specific ref, it is
21
+ recommended to use the ``import-commits`` command.
22
+ [#19](https://github.com/pulp/pulp-cli-ostree/issues/19)
23
24
25
+---
26
27
28
### Features
29
30
- Added support for adding and removing config files across repositories.
CHANGES/16.feature
CHANGES/19.feature
0 commit comments