summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-23/+15
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* app: Fix various CLI metavariable namesJonathan Lebon2020-07-311-2/+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-1/+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-1/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-2/+2
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+3
* log: Print a friendly error if we haven't downloaded the complete historyColin Walters2014-06-111-4/+19
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Add 'ostree log' commandStef Walter2013-08-151-0/+107
* main: Drop log builtinColin Walters2013-07-231-147/+0
* main: Move GCancellable to toplevelColin Walters2013-07-161-1/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-4/+4
* core: Drop ot_clear_gvariant() in favor of g_clear_pointerColin Walters2012-07-171-6/+6
* core: Switch to 'ay' for checksums, drop versions/metadataColin Walters2012-04-111-10/+12
* core: Port builtins to local alloc macrosColin Walters2012-04-091-7/+4
* core: Use GFile for repo constructor API, and a bit more internallyColin Walters2011-12-221-1/+1
* core: INCOMPATIBLE CHANGE: Split archive files in two parts (meta and content)Colin Walters2011-12-151-1/+0
* core: INCOMPATIBLE CHANGE: Name repo files with their type (e.g. .dirmeta)Colin Walters2011-12-121-2/+2
* core: Ad ot_clear_gvariant(), use itColin Walters2011-11-221-6/+3
* core: Allow resolving e.g. "origin/master" as a revColin Walters2011-11-171-1/+1
* build: Move sources into src/ againColin Walters2011-11-141-0/+154