summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-gpg-sign.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-43/+30
* cli/gpg-sign: Port to C99 styleColin Walters2022-06-151-29/+19
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-3/+2
* 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
* 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-2/+2
* ostree: Use #defines for well-known metadata key namesPhilip Withnall2017-05-081-3/+4
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-1/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-4/+1
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-3/+3
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-2/+2
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-2/+2
* gpg-sign: Add missing NULL terminator in optionsColin Walters2015-03-241-0/+1
* gpg-sign: Add a --delete option to delete signaturesMatthew Barnes2015-03-181-1/+168
* Fix "make syntax-check" failures.Giuseppe Scrivano2015-03-031-1/+0
* ostree: Add gpg-sign commandMatthew Barnes2015-02-261-0/+94