maint
log_-m_--stat_main 66 lines 1.48 KB
Raw
1 $ git log -m --stat main
2 commit 59d314ad6f356dd08601a4cd5e530381da3e3c64 (from 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0)
3 Merge: 9a6d494 c7a2ab9
4 Author: A U Thor <author@example.com>
5 Date: Mon Jun 26 00:04:00 2006 +0000
6
7 Merge branch 'side'
8
9 dir/sub | 2 ++
10 file0 | 3 +++
11 2 files changed, 5 insertions(+)
12
13 commit 59d314ad6f356dd08601a4cd5e530381da3e3c64 (from c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a)
14 Merge: 9a6d494 c7a2ab9
15 Author: A U Thor <author@example.com>
16 Date: Mon Jun 26 00:04:00 2006 +0000
17
18 Merge branch 'side'
19
20 dir/sub | 4 ++++
21 file0 | 3 +++
22 file1 | 3 +++
23 file2 | 3 ---
24 file3 | 4 ----
25 5 files changed, 10 insertions(+), 7 deletions(-)
26
27 commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
28 Author: A U Thor <author@example.com>
29 Date: Mon Jun 26 00:03:00 2006 +0000
30
31 Side
32
33 dir/sub | 2 ++
34 file0 | 3 +++
35 file3 | 4 ++++
36 3 files changed, 9 insertions(+)
37
38 commit 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0
39 Author: A U Thor <author@example.com>
40 Date: Mon Jun 26 00:02:00 2006 +0000
41
42 Third
43
44 dir/sub | 2 ++
45 file1 | 3 +++
46 2 files changed, 5 insertions(+)
47
48 commit 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44
49 Author: A U Thor <author@example.com>
50 Date: Mon Jun 26 00:01:00 2006 +0000
51
52 Second
53
54 This is the second commit.
55
56 dir/sub | 2 ++
57 file0 | 3 +++
58 file2 | 3 ---
59 3 files changed, 5 insertions(+), 3 deletions(-)
60
61 commit 444ac553ac7612cc88969031b02b3767fb8a353a
62 Author: A U Thor <author@example.com>
63 Date: Mon Jun 26 00:00:00 2006 +0000
64
65 Initial
66 $