summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-switch.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* app: Fix various CLI metavariable namesJonathan Lebon2020-07-311-2/+2
* bash-completion: Remove `admin` completionsColin Walters2018-02-271-5/+0
* 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/admin: Do sysroot loading during argument parsingColin Walters2017-09-011-3/+0
* bin/admin: Port switch,upgrade to new styleColin Walters2017-09-011-53/+35
* 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-4/+4
* cmd: Use autoptr for GKeyFileColin Walters2017-05-291-3/+1
* admin-switch: Don't segfault if there's no remoteAnton Gerasimov2017-02-131-4/+10
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-5/+0
* ostree admin switch: fix short summaryJonathan Lebon2016-06-271-1/+1
* libglnx porting: Migrate from GSConsoleColin Walters2016-05-021-24/+16
* Use GSubprocess instead of GSSubprocess (libgsystem removal)Colin Walters2016-03-231-10/+5
* admin-switch: Add missing reboot argumentColin Walters2016-03-231-0/+1
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-6/+6
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-3/+3
* 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
* Add ostree_repo_pull_default_console_progress_changed()Matthew Barnes2014-12-181-2/+1
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-1/+1
* Add "unconfigured-state" concept to origin filesColin Walters2014-10-031-2/+3
* [staticanalysis]: Fix in_status_lineColin Walters2014-06-211-6/+7
* admin switch: Allow switching just remote namesColin Walters2014-05-151-5/+16
* admin switch: Support switching remotes as wellColin Walters2014-05-121-6/+10
* switch: Always allow chronological downgradesColin Walters2014-04-041-1/+6
* tool: End status line after pullColin Walters2014-04-031-1/+8
* tools: Fix unintialized variablesColin Walters2014-04-011-1/+1
* tool: End status line in switch/upgrade tooColin Walters2014-03-271-0/+2
* Add an OstreeSysrootUpgrader APIColin Walters2014-03-241-84/+57
* Move basic commit API into ostree_sysroot_simple_write_deployment()Colin Walters2014-03-231-3/+5
* upgrade/switch: Fix status line being overwritten with pull progressColin Walters2014-02-271-2/+2
* switch: Don't check whether revision matchesColin Walters2014-02-261-6/+1
* deploy/main: Unify some bits between admin-switch and admin-upgradeColin Walters2014-01-191-29/+14
* admin/switch: New builtin to switch between treesColin Walters2014-01-181-0/+198