summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-3/+3
* app: Fix various CLI metavariable namesJonathan Lebon2020-07-311-2/+2
* commit: Note in help that --base takes an argumentColin Walters2020-06-041-1/+1
* commit: Add --mode-ro-executables optionColin Walters2020-05-061-2/+11
* signing: Add #define OSTREE_SIGN_NAME_ED25519Colin Walters2020-05-031-2/+1
* commit: Add --base argumentColin Walters2020-04-061-1/+28
* lib/sign: allow to add keys as base64 string for ed25519Denis Pynkin2020-03-251-11/+1
* builtin/sign: remove libsodium-specific codeDenis Pynkin2020-03-251-15/+0
* sign: API changes for public keys and CLI keys formatDenis Pynkin2020-03-251-5/+4
* sign: allow to sign commits from CLIDenis Pynkin2020-03-251-3/+65
* repo/commit: Add support for --selinux-policy-from-baseColin Walters2020-03-241-14/+37
* main/commit: Rework control flow to use --tree=X pathColin Walters2020-03-231-101/+99
* commit: [scan-build] Remove a dead assignmentColin Walters2019-10-161-7/+1
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+6
* lib/util: Drop unneeded ot-tool-util.h includesRobert Fairley2019-06-211-1/+0
* bin/commit: Support committing archives from stdinTristan Van Berkom2019-05-281-6/+23
* lib/commit: Add devino_cache_hits to txn statsJonathan Lebon2018-11-051-0/+1
* lib/config: Deprecate commit-update-summary optionJonathan Lebon2018-08-011-28/+0
* lib/config: Rename change-update-summary to auto-...Jonathan Lebon2018-08-011-4/+4
* config: Add a core/change-update-summary optionMatthew Leeds2018-07-301-13/+24
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-041-4/+0
* libotutil: factor out utility to parse file by lineJonathan Lebon2018-02-021-30/+4
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin/commit: add --keep-metadata optionJonathan Lebon2018-01-101-1/+36
* bin/commit: move parent checking code higher upJonathan Lebon2018-01-101-32/+32
* bin/commit: Support creating "unbound" commitsColin Walters2017-12-141-2/+7
* ostree/commit: Allow --orphan and --bind-ref to be specified togetherPhilip Withnall2017-12-141-5/+3
* bin/commit: Add --add-metadata that accepts g_variant_print() formatColin Walters2017-12-121-13/+35
* lib/repo: Add a DEVINO_CANONICAL commit modifier flagColin Walters2017-12-041-0/+7
* 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: Update to new libglnx fd APIsColin Walters2017-10-111-1/+1
* commit: Add _CONSUME modifier flagColin Walters2017-10-101-0/+4
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* tree-wide: Squash a few warnings when building with no featuresColin Walters2017-09-211-0/+2
* bin/commit: Fix build failure when libarchive is not usedyceh2017-09-181-4/+4
* tree-wide: Replace archive-z2 with archiveColin Walters2017-09-011-1/+1
* libarchive: Add support for translating paths during commitColin Walters2017-08-301-5/+69
* bin/commit: Add --selinux-policy optionColin Walters2017-08-251-1/+18
* 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
* lib/core: Add #defines for ref/collection bindingColin Walters2017-07-261-3/+4
* ostree: Add collection and ref bindings to metadata on commitKrzesimir Nowak2017-07-061-0/+71
* bin/commit: Add '=' to --statoverrideColin Walters2017-06-301-11/+33
* bin/commit: Port helper functions to new styleColin Walters2017-06-301-75/+30
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-261-3/+1
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-3/+1
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-2/+2
* commit: Add --canonical-permissions argumentAlexander Larsson2017-03-271-0/+4
* commit: Support -F/--body-file, like gitColin Walters2017-02-141-3/+15