table of contents
other versions
- stretch 2016.15-5
- testing 2019.1-1
- stretch-backports 2019.1-1~bpo9+1
- unstable 2019.1-1
- experimental 2019.2-1
OSTREE DIFF(1) | ostree diff | OSTREE DIFF(1) |
NAME¶
ostree-diff - Compare a directory against a revisionSYNOPSIS¶
ostree diff [OPTIONS...] {REV} {TARGETDIR}
DESCRIPTION¶
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¶
--statsPrint various statistics.
--fs-diff
Print filesystem diff.
--owner-uid
Use file ownership user id for local files.
--owner-gid
Use file ownership group id for local files.
EXAMPLE¶
$ ostree diff my-branch^ my-branchA /testdirectory M /helloworld.txt
$ ostree diff my-branch my-branch^
D /testdirectory M /helloworld.txt
OSTree |