ostree commit OSTree Developer Colin Walters walters@verbum.org ostree commit 1 ostree-commit Commit a new revision ostree commit OPTIONS --branch=BRANCH PATH Description This allows you to commit changes to a branch. The specification of the branch is required. The command will print the checksum of a successful commit. Options , ="SUBJECT" One line subject. (optional) , ="BODY" Full description. (optional) , Open a text editor for the commit description. It will use OSTREE_EDITOR, VISUAL, EDITOR, or vi, in descending order of preference. The commit will be aborted if the message is left empty. , ="BRANCH" Branch. Required, unless --orphan is given. ="dir=PATH" or "tar=TARFILE" or "ref=COMMIT" Overlay the given argument as a tree. ="KEY=VALUE" Add a key/value pair to metadata. ="KEY=VALUE" Add a key/value pair to detached metadata. ="UID" Set file ownership user id. ="GID" Set file ownership group id. Do not import extended attributes. Optimize for commits of trees composed of hardlinks into the repository. When loading tar archives, automatically create parent directories as needed. If the contents are unchanged from previous commit, do nothing. ="PATH" File containing list of modifications to make permissions (file mode, followed by space, followed by file path). ="PATH" File containing list of file paths to skip (one path per line). Output more information in a KEY: VALUE format. Generate size information along with commit metadata. ="KEY-ID" GPG Key ID with which to sign the commit (if have GPGME - GNU Privacy Guard Made Easy). ="HOMEDIR" GPG home directory to use when looking for keyrings (if have GPGME - GNU Privacy Guard Made Easy). ="TIMESTAMP" Override the timestamp of the commit to TIMESTAMP. Create a commit without writing to a ref (branch) ="POLICY" POLICY is a boolean which specifies whether fsync should be used or not. Default to true. Example $ ostree commit --branch=my-branch --subject="Initial commit" 67e382b11d213a402a5313e61cbc69dfd5ab93cb07fbb8b71c2e84f79fa5d7dc