summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checkout.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-86/+89
* Support overlayfs whiteouts on checkoutMiguel Angel Ajo2022-09-281-1/+6
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* bin/checkout: Port some to new styleColin Walters2020-11-111-69/+31
* checkout: Don't hardlink zero sized filesColin Walters2020-10-011-1/+1
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-16/+16
* checkout: use FILE as option argument string for --skip-listStefan Agner2020-06-081-1/+1
* lib/util: Drop unneeded ot-tool-util.h includesRobert Fairley2019-06-211-1/+0
* repo: Add a checkout option to not hardlink zero-sized filesColin Walters2018-10-111-1/+5
* lib/checkout: add filter API to skip over filesJonathan Lebon2018-02-061-1/+36
* bin/checkout: add --selinux-policy switchJonathan Lebon2018-02-021-4/+35
* 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
* lib/checkout: Rename disjoint union, change to merge identical filesColin Walters2017-09-131-9/+17
* checkout: add an extra checkout_overwrite modeRuixin2017-09-011-1/+17
* 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/checkout: Add bareuseronly_dirs optionColin Walters2017-06-131-1/+5
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-1/+1
* repo: Add a "force copy" flag to checkoutColin Walters2017-04-241-1/+9
* checkout: Support a "pure addition" modeColin Walters2017-03-061-3/+14
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* libostree, ostree: fix usage of ostree_repo_checkout_tree_atGiuseppe Scrivano2016-07-301-6/+6
* checkout: Add an option to require hardlinksColin Walters2016-06-271-1/+4
* Support Docker-style whiteoutsColin Walters2016-02-161-2/+5
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-7/+7
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-4/+4
* ostree_repo_checkout_tree_at: New API for checkoutsColin Walters2015-04-071-36/+64
* src: Drop unused argument "value" from ot_parse_booleanGiuseppe Scrivano2015-03-061-1/+1
* checkout: Add --fsync=falseColin Walters2015-01-071-0/+22
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-2/+2
* [staticanalysis]: Delete an unused variableColin Walters2014-06-211-2/+1
* repo: Make read_commit spit out a resolved commit ref as wellJasper St. Pierre2013-09-091-1/+1
* repo-file: Base OstreeRepoFile on trees instead of commitsJasper St. Pierre2013-09-091-8/+7
* Fix warnings about unused variablesTobias Hunger2013-08-301-4/+0
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* libostree: Check out directories depth-first in serial, switch to sync APIColin Walters2013-08-211-49/+3
* Install a shared libraryColin Walters2013-07-261-2/+4
* main: Move GCancellable to toplevelColin Walters2013-07-161-2/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Remove built in "triggers"Colin Walters2013-07-071-15/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-17/+17
* checkout: Add --allow-noent optionColin Walters2013-05-011-2/+17
* checkout: Drop uncompressed object GC for nowColin Walters2012-10-131-3/+0
* core: Add dynamic uncompressed object cache for archive-zColin Walters2012-10-111-0/+3
* Make /etc a writable mountColin Walters2012-09-061-148/+13