summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-pull-local.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-52/+66
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-4/+4
* ot-builtin-pull: Fix a minor leak with progress reportingPhilip Withnall2022-11-211-1/+1
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* pull: Allow disabling commit binding verificationDan Nicholson2020-12-171-0/+4
* pull: Add --per-object-fsyncColin Walters2020-07-181-0/+5
* pull: Only have API to disable signapi for local pullsColin Walters2020-05-171-11/+7
* bin/pull-local: add --sign-verify-summaryDenis Pynkin2020-03-251-0/+5
* bin/pull-local: add --sign-verifyDenis Pynkin2020-03-251-0/+6
* bin/pull-local: Add --commit-metadata-onlyJonathan Lebon2018-11-011-0/+4
* 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
* lib/pull: Add status for imported objectsColin Walters2017-09-271-2/+18
* bin/pull: Fix description of --untrustedColin Walters2017-09-261-1/+1
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/local-pull: Clarify docs, add more tests for corrupted local pullsColin Walters2017-09-071-1/+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-3/+3
* ostree/builtins: Add support for collection–refs to a few utilitiesPhilip Withnall2017-06-261-0/+2
* lib/pull: Add OSTREE_REPO_PULL_FLAGS_BAREUSERONLY_FILESColin Walters2017-06-131-0/+4
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-1/+0
* pull-local: Support requiring static deltasDan Nicholson2016-08-101-0/+4
* pull-local: Explicitly unref variant rather than relying on floatingColin Walters2016-07-281-1/+3
* libglnx porting: Migrate from GSConsoleColin Walters2016-05-021-10/+10
* pull-local: Support --gpg-verify and --gpg-verify-summaryAlexander Larsson2016-04-051-1/+11
* Add --untrusted option to pull and pull-localAlexander Larsson2016-03-251-1/+7
* pull-local: Support --depth optionDan Nicholson2015-06-141-0/+4
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-2/+2
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-3/+3
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-2/+2
* Check repo permission prior to attempting to modify itMatthew Barnes2015-03-251-0/+3
* pull-local: Fix regression with absolute pathsColin Walters2015-02-131-3/+7
* Change pull-local to just be a wrapper for pull with file:///Colin Walters2015-02-081-182/+55
* Remove magic argument numbers to exit(2)Giuseppe Scrivano2015-01-301-1/+1
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+6
* Add API to directly link() objects between repositoriesColin Walters2014-10-011-64/+4
* pull-local: Write detached metadata into the correct repositoryColin Walters2014-07-221-1/+1
* Add --disable-fsync option to pull-local, and API to repoColin Walters2014-01-311-0/+5
* repo: Tweak traversal APIColin Walters2013-10-091-4/+5
* pull: Also fetch detached commitmeta filesColin Walters2013-09-261-0/+17
* libostree: Add API to write metadata as streamColin Walters2013-09-181-17/+11
* Move ref writing to be transaction-basedJasper St. Pierre2013-09-061-6/+5
* repo: Move the scanning hardlinks optimization out of prepare_transactionJasper St. Pierre2013-09-061-1/+1
* repo: Move the transaction stats to a separate structJasper St. Pierre2013-09-061-1/+1
* repo: Rename "stage" to "write" in the APIJasper St. Pierre2013-09-061-2/+2
* repo: Rename ostree_repo_check to ostree_repo_openJasper St. Pierre2013-09-051-1/+1