summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-config.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-40/+32
* cli/config: Port to C99 styleColin Walters2022-06-141-13/+9
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-4/+4
* ostree/config: Check for too many argsMatthew Leeds2019-03-011-0/+12
* ostree/config: Use g_autoptr instead of gotoMatthew Leeds2019-03-011-23/+18
* ostree/config: Add an "unset" operationMatthew Leeds2019-03-011-1/+42
* ostree/config: Delete rogue printf and tweak helpJonathan Lebon2018-08-211-2/+1
* src/ostree: Add --group option to ostree configSinny Kumari2018-08-201-21/+50
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* ostree: provide command description in a better placeRuixin Bao2017-10-201-1/+1
* 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/config: Tweak parameter stringJonathan Lebon2017-09-131-1/+1
* 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-1/+1
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-261-3/+2
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: Move GCancellable to toplevelColin Walters2013-07-161-1/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-4/+4
* core: fix a typoMatthias Clasen2012-05-121-1/+1
* core: Compile again on GLib 2.28Colin Walters2012-05-051-3/+3
* core: Add ability for repositories to have a "parent"Colin Walters2012-04-181-0/+144