summaryrefslogtreecommitdiff
path: root/src/ostree/ot-dump.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-102/+69
* ostree/dump: Add support for summary metadata keysDan Nicholson2023-02-071-0/+60
* lib/repo: Add commit version metadata to summary metadataDan Nicholson2022-02-041-0/+5
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Merge pull request #2401 from dbnicholson/gpg-key-infoColin Walters2021-08-201-2/+118
|\
| * fixup! bin/remote: Add list-gpg-keys subcommandDan Nicholson2021-07-151-3/+3
| * bin/remote: Include update URLs in list-gpg-keysDan Nicholson2021-07-151-0/+7
| * bin/remote: Add list-gpg-keys subcommandDan Nicholson2021-07-151-2/+111
* | ostree/dump: Fix free'ing a static stringJonathan Lebon2021-08-031-2/+2
|/
* ostree/dump: Fix a memory leakPhilip Withnall2020-10-011-2/+3
* lib/repo: Add mode and tombstone config options to the summary filePhilip Withnall2020-10-011-0/+16
* Show commit checksum of parent, if presentStefan Agner2020-07-311-0/+7
* tree-wide: [scan-build]: Add some asserts that pointers are non-NULLColin Walters2019-10-161-1/+4
* core: Add API (and standard concept for) content checksumColin Walters2018-02-121-0/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin/show: Add --no-byteswapColin Walters2017-12-121-1/+6
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* ostree/dump: Include collection IDs and mirrored refs in summary dumpsPhilip Withnall2017-06-261-21/+63
* ostree/dump: Improve formatting for well-known commit metadata keysPhilip Withnall2017-06-071-13/+29
* ostree: Use #defines for well-known metadata key namesPhilip Withnall2017-05-081-3/+5
* ostree: Improve formatting for well-known summary metadata keysPhilip Withnall2017-05-081-4/+40
* core: Use OSTREE_SHA256_STRING_LEN instead of 64Mathnerd3142016-06-221-1/+1
* log: Display "(no subject)" for commits without a subjectMathnerd3142016-05-251-2/+9
* remote: Add "ostree remote summary" commandMatthew Barnes2015-12-171-0/+99
* cmdline: Fatally error if the timestamp in a commit is invalidColin Walters2015-12-041-5/+14
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* dump: Print the version when dumping a commit, log/show/etc.James Antill2014-10-231-0/+7
* Squash some harmless compiler warningsColin Walters2014-01-181-1/+1
* Fix warnings about unused variablesTobias Hunger2013-08-301-1/+1
* ostree: Fix bug printing out commit bodyStef Walter2013-08-291-1/+1
* Intelligible display for 'ostree show'Stef Walter2013-08-151-0/+139