summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-diff.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-44/+37
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-2/+2
* cli/diff: Port to C99 styleColin Walters2022-06-141-36/+26
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* bin/diff: Clarify documentation around REV and DIR syntaxJonathan Lebon2020-03-181-1/+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
* diff: Add ostree_diff_dirs_with_options(), expose via cmdlineErik Larsson2017-03-211-2/+8
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Add an `export` builtin, and API to write to libarchiveColin Walters2016-02-141-1/+8
* diff: do not traverse parent commitsGiuseppe Scrivano2016-01-201-2/+2
* diff: Fix adding CLI options twiceMatthew Barnes2015-06-181-1/+0
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-3/+3
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-3/+3
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-3/+3
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-4/+4
* Refactor command-line parsingMatthew Barnes2014-11-241-2/+4
* diff: Use gs_unref_object not gs_free on a GFileGiuseppe Scrivano2014-10-301-1/+1
* SELinux: Ensure we label /var, and fix /etc merge wrt xattrsColin Walters2014-02-021-1/+1
* repo: Tweak traversal APIColin Walters2013-10-091-4/+4
* 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
* core: Finish making object path API privateColin Walters2013-07-311-8/+4
* Install a shared libraryColin Walters2013-07-261-0/+1
* diff: Add --stats optionColin Walters2013-07-171-13/+114
* 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-9/+9
* config-diff: Properly print files relative to rootColin Walters2013-03-121-1/+1
* diff: Fix case when used on native filesColin Walters2012-09-231-1/+1
* Make /etc a writable mountColin Walters2012-09-061-1/+0
* core: Refactor diff to be an internal APIColin Walters2012-08-311-376/+3
* core: Drop ot_gfile_new_for_pathColin Walters2012-06-301-2/+2
* core: Add valgrind framework, plug various memory leaksColin Walters2012-05-041-0/+4
* core: diff: Fast path unmodified directoriesColin Walters2012-04-291-5/+35
* core: Re-unify on one OSTREE_OBJECT_TYPE_FILEColin Walters2012-04-111-1/+1
* core: Clean up checksummingColin Walters2012-04-111-4/+3
* core: Port builtins to local alloc macrosColin Walters2012-04-091-45/+22
* core: Pull diff functionality out into "diff" builtinColin Walters2012-03-061-5/+341
* core: Make diff accept one argument too to mean "foo^ foo"Colin Walters2012-01-081-4/+15
* core: Use GFile for repo constructor API, and a bit more internallyColin Walters2011-12-221-1/+1
* core: Use ot_gfile_ prefix for new local GFile creation functionColin Walters2011-11-181-2/+2
* core: Flesh out diff a bit moreColin Walters2011-11-161-3/+4
* core: Implement diff commandColin Walters2011-11-161-4/+67
* build: Move sources into src/ againColin Walters2011-11-141-0/+85