Commit | Line | Data |
---|---|---|
3c2f75b5 JH |
1 | $ git diff-tree --pretty --root --stat --summary initial |
2 | commit 444ac553ac7612cc88969031b02b3767fb8a353a | |
3 | Author: A U Thor <author@example.com> | |
4 | Date: Mon Jun 26 00:00:00 2006 +0000 | |
5 | ||
6 | Initial | |
7 | ||
dc801e71 ZJS |
8 | dir/sub | 2 ++ |
9 | file0 | 3 +++ | |
10 | file2 | 3 +++ | |
7f814632 | 11 | 3 files changed, 8 insertions(+) |
3c2f75b5 JH |
12 | create mode 100644 dir/sub |
13 | create mode 100644 file0 | |
14 | create mode 100644 file2 | |
15 | $ |