summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-export.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-27/+31
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-3/+3
* 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-2/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* tree-wide: Squash a few warnings when building with no featuresColin Walters2017-09-211-2/+2
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* tree-wide: Fix the build with old glib (Ubuntu Trusty etc.)Colin Walters2017-08-031-2/+4
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-1/+1
* tree-wide: Use GLib autocleanups for libarchiveColin Walters2017-08-021-1/+1
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-3/+3
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Define and use cleanup helpers for libarchiveColin Walters2016-12-051-5/+2
* [ASAN] lib: Squash various leaks in library and commandlineColin Walters2016-11-211-1/+5
* ostree export: Add --prefix optionAlexander Larsson2016-04-191-0/+4
* ostree export: Add --subpath supportAlexander Larsson2016-04-191-1/+9
* Rename libarchive write API to "export", matching command lineColin Walters2016-02-191-3/+3
* Add an `export` builtin, and API to write to libarchiveColin Walters2016-02-141-0/+148