summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-prune.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-78/+87
* Merge pull request #1946 from dbnicholson/ostree-metadata-apiColin Walters2023-02-091-1/+1
|\
| * Strip trailing whitespace on all C filesDan Nicholson2023-02-071-1/+1
* | ostree/prune: Calculate reachability under exclusive lockJonathan Lebon2023-01-301-0/+9
|/
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-1/+2
* src/ostree: Add --commit-only option to ostree pruneSaqib Ali2022-02-251-7/+21
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* prune: [scan-build] Initialize a variableColin Walters2019-10-161-1/+1
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-041-4/+0
* prune: Error if --static-deltas-only without --delete-commitColin Walters2018-03-051-0/+9
* 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/prune: Add --only-branchColin Walters2017-09-181-1/+44
* bin/prune: Port to new styleColin Walters2017-09-011-85/+36
* lib/repo-refs: Include remote refs when using collectionsMatthew Leeds2017-08-241-1/+3
* 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-1/+26
* Add support for more selective pruningColin Walters2017-01-191-80/+158
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* prune: Retain the tip of each ref even with date pruningColin Walters2016-08-091-0/+20
* prune: add new flag --static-deltas-onlyGiuseppe Scrivano2015-12-181-4/+19
* prune: add --keep-younger-than=DATEGiuseppe Scrivano2015-11-161-22/+103
* prune: add --delete-commitGiuseppe Scrivano2015-11-161-0/+38
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-1/+1
* Check repo permission prior to attempting to modify itMatthew Barnes2015-03-251-0/+3
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* prune: Remove redundant 'bytes' in format stringColin Walters2013-12-201-2/+2
* 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-3/+0
* libostree: Move prune into OstreeRepo namespaceColin Walters2013-07-091-8/+8
* Extract prune logic into an internal APIColin Walters2013-06-291-135/+21
* prune: Use g_format_size() so we get a human-readable numberColin Walters2013-04-081-3/+5
* Drop some bits from libotutil that are now merged in libgsystemColin Walters2012-11-291-1/+1
* prune: Report how much disk space we freedColin Walters2012-11-161-2/+17
* prune: Add option to traverse refs onlyColin Walters2012-11-161-33/+65
* prune: Default to deleting loose objects, code cleanupColin Walters2012-11-161-38/+7
* prune: Don't fail if an object isn't foundColin Walters2012-08-251-1/+2
* core: Port builtins to local alloc macrosColin Walters2012-04-091-13/+6
* core: Move commit/dirtree traversal into libraryColin Walters2012-04-021-143/+11
* core: Add pack filesColin Walters2012-03-311-12/+48
* core: Add helper functions to convert (checksum, objtype) pair to/from stringColin Walters2012-03-141-15/+8
* prune: Fix two crasher bugsColin Walters2012-02-271-1/+4
* core: Add API to enumerate all refsColin Walters2012-02-271-79/+1