Implement zstandard format
modified docs/pkg-create.8
@@ -148,7 +148,7 @@ Set
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/packing.c
@@ -315,6 +315,11 @@ packing_set_format(struct archive *a, pkg_formats format)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -350,6 +355,8 @@ packing_format_from_string(const char *str)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -372,6 +379,9 @@ packing_format_to_string(pkg_formats format)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1111,7 +1111,7 @@ void pkg_solve_problem_free(struct pkg_solve_problem *problem);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -192,7 +192,8 @@ pkg_jobs_maybe_match_file(struct job_pattern *jp, const char *pattern)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_meta.c
@@ -97,7 +97,7 @@ pkg_repo_meta_open_schema_v1()
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/completion/_pkg.in
@@ -236,7 +236,7 @@ _pkg() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/create.c
@@ -116,6 +116,9 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -185,7 +188,7 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,6 +304,8 @@ exec_create(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|