mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
47979d5d5b
Signed-off-by: Junio C Hamano <junkio@cox.net>
8 lines
222 B
Text
8 lines
222 B
Text
$ git diff-tree --cc --stat --summary side
|
|
c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
|
|
dir/sub | 2 ++
|
|
file0 | 3 +++
|
|
file3 | 4 ++++
|
|
3 files changed, 9 insertions(+), 0 deletions(-)
|
|
create mode 100644 file3
|
|
$
|