summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-reset.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-15/+11
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* 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-1/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+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
* ostree/builtins: Add support for collection–refs to a few utilitiesPhilip Withnall2017-06-261-0/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* reset: Simplify argument checking logicMatthew Barnes2015-09-171-22/+9
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-1/+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-2/+2
* reset: update help outputMicah Abbott2015-04-231-2/+2
* reset: Don't enforce parent commitsColin Walters2015-04-151-35/+0
* Check repo permission prior to attempting to modify itMatthew Barnes2015-03-251-0/+3
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+5
* Move ref writing to be transaction-basedJasper St. Pierre2013-09-061-2/+8
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Add 'ostree reset' command to undo a bad commitStef Walter2013-08-161-0/+134