summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-refs.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-53/+52
* bin/refs: Add option to print revisionsDan Nicholson2023-02-071-1/+17
* bin/refs: Sort listingDan Nicholson2023-02-071-6/+28
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* bin/refs: Allow overwriting existing refDan Nicholson2019-06-121-3/+7
* bin/refs: Disallow creating broken aliasesJonathan Lebon2018-10-311-0/+3
* src/ostree: Don't delete refs having aliasesSinny Kumari2018-10-111-2/+15
* bin/refs: Clarify --create error messagebubblemelon2018-07-301-1/+1
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-041-8/+0
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin/refs: Disallow aliases to remote refsColin Walters2017-12-141-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
* lib/repo-refs: Include remote refs when using collectionsMatthew Leeds2017-08-241-1/+2
* 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
* lib/repo: Add API to create and list ref aliasesColin Walters2017-08-021-14/+46
* bin/refs: Fix error handling logicColin Walters2017-08-021-1/+2
* refs: Add a --collections argument to the built-in refs commandPhilip Withnall2017-06-261-0/+97
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* refs: resolve conflict between local/remote reposYu Qi Zhang2016-06-231-2/+7
* refs: allow overwrite of empty foldersYu Qi Zhang2016-06-211-1/+9
* refs: add "ostree refs --create" and unit testsYu Qi Zhang2016-06-151-1/+45
* refs: Add argument --list to print the full ref nameGiuseppe Scrivano2016-03-021-6/+10
* refs: allow to specify multiple refs as argsGiuseppe Scrivano2016-03-021-26/+44
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* 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
* Require a PREFIX when deleting refsMatthew Barnes2015-01-061-1/+9
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+6
* repo: Don't require a txn for writingColin Walters2014-05-261-7/+9
* Move ref writing to be transaction-basedJasper St. Pierre2013-09-061-3/+9
* 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-2/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-1/+0
* Add support for deleting refsColin Walters2013-07-011-6/+21
* Add "refs" builtinColin Walters2013-06-291-0/+75