summaryrefslogtreecommitdiff
path: root/t/t4013/diff.whatchanged_--patch-with-stat_--summary_master_--_dir_
blob: 054513f3126ca902c52b011c613b6a2f0df43f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
$ git whatchanged --patch-with-stat --summary master -- dir/
commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
Author: A U Thor <author@example.com>
Date:   Mon Jun 26 00:03:00 2006 +0000
 
    Side
---
 dir/sub |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 
diff --git a/dir/sub b/dir/sub
index 35d242b..7289e35 100644
--- a/dir/sub
+++ b/dir/sub
@@ -1,2 +1,4 @@
 A
 B
+1
+2
 
commit 889b315013ef9f2e2f90aa0b054b267c8a557847
Author: A U Thor <author@example.com>
Date:   Mon Jun 26 00:02:00 2006 +0000
 
    Third
---
 dir/sub |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 
diff --git a/dir/sub b/dir/sub
index 8422d40..cead32e 100644
--- a/dir/sub
+++ b/dir/sub
@@ -2,3 +2,5 @@ A
 B
 C
 D
+E
+F
 
commit 7952a93e09bf565b5592766a438b40cd81f4846f
Author: A U Thor <author@example.com>
Date:   Mon Jun 26 00:01:00 2006 +0000
 
    Second
---
 dir/sub |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 
diff --git a/dir/sub b/dir/sub
index 35d242b..8422d40 100644
--- a/dir/sub
+++ b/dir/sub
@@ -1,2 +1,4 @@
 A
 B
+C
+D
$