bin/commit: Support creating "unbound" commits
authorColin Walters <walters@verbum.org>
Thu, 14 Dec 2017 17:54:24 +0000 (12:54 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 14 Dec 2017 22:08:36 +0000 (22:08 +0000)
commit85f388e05883d4a0e55d3dfcc5b8763c20dfba51
treeb18a7642b2d062443d6a60589066a2f956d8846b
parent26b7637a39e804946e0aa3f4eed3f7570c842a70
bin/commit: Support creating "unbound" commits

We had this basically forced on in the CLI; down the line I'd really like to
make this an API option to commit or so, but given that we found a use case in
the rpm-ostree test suite for "unbound" commits, let's support creating them
from the cmdline.

See: https://github.com/ostreedev/ostree/pull/1379

Closes: #1380
Approved by: jlebon
src/ostree/ot-builtin-commit.c
tests/basic-test.sh