diff options
author | Thomas Glanzmann <sithglan@stud.uni-erlangen.de> | 2005-05-28 16:42:17 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-29 10:59:18 -0700 |
commit | 0746b620010d5e3b48f6fdb210edf3a066d0bc6a (patch) | |
tree | 98663a7a1076e509216628414f67f455bcd74886 /Documentation/git-diff-tree.txt | |
parent | 8310c2c0b585d3ac35a275f795e15fd9887e8b7d (diff) | |
download | git-0746b620010d5e3b48f6fdb210edf3a066d0bc6a.tar.gz git-0746b620010d5e3b48f6fdb210edf3a066d0bc6a.tar.xz |
[PATCH] Document the --root switch of git-diff-tree
Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r-- | Documentation/git-diff-tree.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index e2a22e086..77b1fb179 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -54,6 +54,10 @@ OPTIONS -z:: \0 line termination on output +--root:: + When '--root' is specified the initial commit will be showed as a big + creation event. This is equivalent to a diff against the NULL tree. + --stdin:: When '--stdin' is specified, the command does not take <tree-ish> arguments from the command line. Instead, it |