summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-set-origin.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* sysroot: Add _require_booted_deployment() APIColin Walters2021-03-171-6/+2
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-3/+3
* lib/util: Drop unneeded ot-tool-util.h includesRobert Fairley2019-06-211-1/+0
* bash-completion: Remove `admin` completionsColin Walters2018-02-271-5/+0
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-2/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/admin: Do sysroot loading during argument parsingColin Walters2017-09-011-3/+0
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-3/+3
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* [ASAN] set-origin: Squash a leakColin Walters2016-11-301-1/+3
* ot_admin_builtin_set_origin: don't leak options GVariantSimon McVittie2016-10-301-2/+5
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-2/+0
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builderMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GKeyFile) instead of gs_unref_keyfileMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-2/+2
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-7/+7
* Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSERMatthew Barnes2015-03-251-1/+1
* Add OstreeAdminBuiltinFlags for admin commandsMatthew Barnes2015-03-251-1/+3
* admin: Add set-origin commandColin Walters2015-01-191-0/+146