сравнивает содержимое и режим BLOB-объектов, найденных с помощью двух древовидных объектов (Compares the content and mode of blobs found via two tree objects)
Имя (Name)
git-diff-tree - Compares the content and mode of blobs found via
two tree objects
Синопсис (Synopsis)
git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
[-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
[<common diff options>] <tree-ish> [<tree-ish>] [<path>...]
Описание (Description)
Compares the content and mode of the blobs found via two tree
objects.
If there is only one <tree-ish> given, the commit is compared
with its parents (see --stdin below).
Note that git diff-tree can use the tree encapsulated in a commit
object.