]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.whatchanged_--patch-with-stat_--summary_master_--_dir_
Merge branch 'es/first-contrib-tutorial'
[thirdparty/git.git] / t / t4013 / diff.whatchanged_--patch-with-stat_--summary_master_--_dir_
CommitLineData
47979d5d
JH
1$ git whatchanged --patch-with-stat --summary master -- dir/
2commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
3Author: A U Thor <author@example.com>
4Date: Mon Jun 26 00:03:00 2006 +0000
5
6 Side
7---
dc801e71 8 dir/sub | 2 ++
7f814632 9 1 file changed, 2 insertions(+)
47979d5d
JH
10
11diff --git a/dir/sub b/dir/sub
12index 35d242b..7289e35 100644
13--- a/dir/sub
14+++ b/dir/sub
15@@ -1,2 +1,4 @@
16 A
17 B
18+1
19+2
20
a40d384c 21commit 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0
47979d5d
JH
22Author: A U Thor <author@example.com>
23Date: Mon Jun 26 00:02:00 2006 +0000
24
25 Third
26---
dc801e71 27 dir/sub | 2 ++
7f814632 28 1 file changed, 2 insertions(+)
47979d5d
JH
29
30diff --git a/dir/sub b/dir/sub
31index 8422d40..cead32e 100644
32--- a/dir/sub
33+++ b/dir/sub
34@@ -2,3 +2,5 @@ A
35 B
36 C
37 D
38+E
39+F
40
a40d384c 41commit 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44
47979d5d
JH
42Author: A U Thor <author@example.com>
43Date: Mon Jun 26 00:01:00 2006 +0000
44
45 Second
a40d384c
JH
46
47 This is the second commit.
47979d5d 48---
dc801e71 49 dir/sub | 2 ++
7f814632 50 1 file changed, 2 insertions(+)
47979d5d
JH
51
52diff --git a/dir/sub b/dir/sub
53index 35d242b..8422d40 100644
54--- a/dir/sub
55+++ b/dir/sub
56@@ -1,2 +1,4 @@
57 A
58 B
59+C
60+D
61$