mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
16 lines
387 B
Text
16 lines
387 B
Text
|
$ git diff-tree --pretty --root --stat --summary initial
|
||
|
commit 444ac553ac7612cc88969031b02b3767fb8a353a
|
||
|
Author: A U Thor <author@example.com>
|
||
|
Date: Mon Jun 26 00:00:00 2006 +0000
|
||
|
|
||
|
Initial
|
||
|
|
||
|
dir/sub | 2 ++
|
||
|
file0 | 3 +++
|
||
|
file2 | 3 +++
|
||
|
3 files changed, 8 insertions(+), 0 deletions(-)
|
||
|
create mode 100644 dir/sub
|
||
|
create mode 100644 file0
|
||
|
create mode 100644 file2
|
||
|
$
|