summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-cat.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-16/+16
* 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
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* builtins/cat: Port to new code styleColin Walters2017-06-071-38/+19
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-4/+4
* g_output_stream_splice: check correctly the error codeGiuseppe Scrivano2015-04-241-3/+6
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-1/+1
* cat: Fix a typo in usage error printoutAnne LoVerso2014-06-171-1/+1
* repo: Make read_commit spit out a resolved commit ref as wellJasper St. Pierre2013-09-091-1/+1
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Fix crasher when running 'ostree cat'Stef Walter2013-08-141-0/+1
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: Move GCancellable to toplevelColin Walters2013-07-161-2/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-5/+5
* core: Port builtins to local alloc macrosColin Walters2012-04-091-10/+5
* core: Fix "cat" crashing when it should have returned ENOENTColin Walters2012-03-081-3/+0
* core: Add 'cat' builtinColin Walters2012-03-061-0/+114