mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
b319b02e2a
Signed-off-by: Junio C Hamano <junkio@cox.net>
6 lines
144 B
Text
6 lines
144 B
Text
$ git diff --stat initial..side
|
|
dir/sub | 2 ++
|
|
file0 | 3 +++
|
|
file3 | 4 ++++
|
|
3 files changed, 9 insertions(+), 0 deletions(-)
|
|
$
|