ostree diffOSTreeDeveloperColinWalterswalters@verbum.orgostree diff1ostree-diffCompare a directory against a revisionostree diffOPTIONSREVTARGETDIRDescription
Compare directory TARGETDIR against revision REV. Shows files and directories modified, added, and deleted. If there is a file in TARGETDIR not in REV, it will show with an "A" for "added". If a file in REV is not in TARGETDIR, it shows "D" for "deleted". "M" for "modified" will also show.
Options
Print various statistics.
Print filesystem diff.
Example$ ostree diff my-branch^ my-branch
A /testdirectory
M /helloworld.txt
$ ostree diff my-branch my-branch^
D /testdirectory
M /helloworld.txt