mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
3c2f75b590
Signed-off-by: Junio C Hamano <junkio@cox.net>
13 lines
307 B
Text
13 lines
307 B
Text
$ git show --stat --summary side
|
|
commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
|
|
Author: A U Thor <author@example.com>
|
|
Date: Mon Jun 26 00:03:00 2006 +0000
|
|
|
|
Side
|
|
|
|
dir/sub | 2 ++
|
|
file0 | 3 +++
|
|
file3 | 4 ++++
|
|
3 files changed, 9 insertions(+), 0 deletions(-)
|
|
create mode 100644 file3
|
|
$
|