summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-ls.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-58/+46
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-10/+10
* builtin: use GCancellable and GError everywhereLuca BRUNO2022-01-211-56/+62
* 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
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-1/+1
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-5/+1
* 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-6/+6
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-1/+1
* repo: Make read_commit spit out a resolved commit ref as wellJasper St. Pierre2013-09-091-1/+1
* repo-file: s/content_checksum/contents_checksum/Jasper St. Pierre2013-09-081-1/+1
* Fix warnings about unused variablesTobias Hunger2013-08-301-2/+0
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* main: Assume / for ls if no path givenColin Walters2013-07-271-27/+52
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: ls: Behave like standard Unix "ls" with directoriesColin Walters2013-07-231-4/+22
* main: Consistently use "opt_" as a prefix for option local variablesColin Walters2013-07-231-9/+9
* main: Move GCancellable to toplevelColin Walters2013-07-161-3/+3
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-7/+7
* Drop some bits from libotutil that are now merged in libgsystemColin Walters2012-11-291-2/+2
* core: Port builtins to local alloc macrosColin Walters2012-04-091-6/+3
* core: Add macros for local allocationColin Walters2012-04-091-8/+4
* ls: Add mode to print filenames as binaryColin Walters2012-04-061-2/+30
* core: Use GFile for repo constructor API, and a bit more internallyColin Walters2011-12-221-1/+1
* core: Make OstreeRepoFile "public"Colin Walters2011-12-211-4/+4
* core: Some tweaks to ls outputColin Walters2011-11-281-5/+14
* core: Add ls builtinColin Walters2011-11-271-0/+220